commit | e7a0990113873e5f0cc5cac203f47a8dcbda9848 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 21 12:10:28 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Oct 21 12:10:28 2007 +0000 |
tree | a19f8f84973bb222ee9564617004c926f41e6100 | |
parent | cf3fb259329eedfa9d2c802b2ea5ced287c21e78 [diff] [blame] |
Add :term:s for iterator.
diff --git a/Doc/library/glob.rst b/Doc/library/glob.rst index 80bdac2..5f28480 100644 --- a/Doc/library/glob.rst +++ b/Doc/library/glob.rst
@@ -28,8 +28,8 @@ .. function:: iglob(pathname) - Return an iterator which yields the same values as :func:`glob` without actually - storing them all simultaneously. + Return an :term:`iterator` which yields the same values as :func:`glob` + without actually storing them all simultaneously. .. versionadded:: 2.5