]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the output of built-in iter() function example in Iterators (Section 9.8) of...
authorVivek Vashist <vivekvashist@gmail.com>
Thu, 16 Dec 2021 10:40:12 +0000 (21:10 +1030)
committerGitHub <noreply@github.com>
Thu, 16 Dec 2021 10:40:12 +0000 (18:40 +0800)
commitc5d18a5014f649368b5a4bca94e9ec7d2908b481
treed1774a61f3d8fa3308b52c8b4d7a1aa909526cf0
parenta951c95a13c3555ac8fb1c8ee615ba3930ccc6f7
Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110)

Updated the output for it=iter(s) from <iterator object at 0x00A1DB50> to <str_iterator object at 0x10c90e650>
Doc/tutorial/classes.rst