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>
M
Miss Islington (bot) committed
fb5d314da8f74e624f1ba30389f8ec305e2553a4
Parent: c804477
Committed by GitHub <noreply@github.com>
on 12/16/2021, 11:00:58 AM