summaryrefslogtreecommitdiff
path: root/sphinx/ext/napoleon/iterators.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-09 20:59:43 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-06-09 20:59:43 -0700
commit2f17a0e8c8ae54411b2851941b3694194ae4fa01 (patch)
tree4d323f898bcfa3f74ee8767d8c62a0b1b3b91512 /sphinx/ext/napoleon/iterators.py
parent6e035ede7ceff3deadd8665e8ef37c9fafca7b6b (diff)
downloadsphinx-git-2f17a0e8c8ae54411b2851941b3694194ae4fa01.tar.gz
Update Python 2 doc links to Python 3
Python 3 docs are more actively maintained and are the future.
Diffstat (limited to 'sphinx/ext/napoleon/iterators.py')
-rw-r--r--sphinx/ext/napoleon/iterators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/napoleon/iterators.py b/sphinx/ext/napoleon/iterators.py
index b4bba8863..8926c865c 100644
--- a/sphinx/ext/napoleon/iterators.py
+++ b/sphinx/ext/napoleon/iterators.py
@@ -41,7 +41,7 @@ class peek_iter(object):
See Also
--------
`peek_iter` can operate as a drop in replacement for the built-in
- `iter <https://docs.python.org/2/library/functions.html#iter>`_ function.
+ `iter <https://docs.python.org/3/library/functions.html#iter>`_ function.
Attributes
----------