]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the output of built-in iter() function example in Iterators (Section 9.8) of...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Dec 2021 11:04:53 +0000 (03:04 -0800)
committerGitHub <noreply@github.com>
Thu, 16 Dec 2021 11:04:53 +0000 (03:04 -0800)
commit309614f1f78923b0875f24640ab5345a4eb8c76d
tree22d4638676f09c7b4116061a15a72ba2a180e2d4
parent86f9ae53da0b8ccba63750ef0ac313f9f931fc0c
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>
(cherry picked from commit c5d18a5014f649368b5a4bca94e9ec7d2908b481)

Co-authored-by: Vivek Vashist <vivekvashist@gmail.com>
Doc/tutorial/classes.rst