commit | c5d18a5014f649368b5a4bca94e9ec7d2908b481 | [log] [tgz] |
---|---|---|
author | Vivek Vashist <vivekvashist@gmail.com> | Thu Dec 16 21:10:12 2021 +1030 |
committer | GitHub <noreply@github.com> | Thu Dec 16 18:40:12 2021 +0800 |
tree | d1774a61f3d8fa3308b52c8b4d7a1aa909526cf0 | |
parent | a951c95a13c3555ac8fb1c8ee615ba3930ccc6f7 [diff] |
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>