diff options
author | Chris Rands <c_rands100@hotmail.com> | 2018-12-24 05:07:17 (GMT) |
---|---|---|
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2018-12-24 05:07:17 (GMT) |
commit | d378b1f8ed7919f65a89f026bc899204be3773d4 (patch) | |
tree | 5e5e4c62c38cb94988cd48727062aa52c8119bec /Misc | |
parent | 8874f511e7473b08d6b0ccd9261dd415a072a34d (diff) | |
download | cpython-d378b1f8ed7919f65a89f026bc899204be3773d4.zip cpython-d378b1f8ed7919f65a89f026bc899204be3773d4.tar.gz cpython-d378b1f8ed7919f65a89f026bc899204be3773d4.tar.bz2 |
bpo-34764: improve docs example of iter() with sentinel value (GH-11222)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-12-23-23-52-31.bpo-34764.DwOGeT.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-12-23-23-52-31.bpo-34764.DwOGeT.rst b/Misc/NEWS.d/next/Documentation/2018-12-23-23-52-31.bpo-34764.DwOGeT.rst new file mode 100644 index 0000000..d2a7f1b --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-12-23-23-52-31.bpo-34764.DwOGeT.rst @@ -0,0 +1 @@ +Improve example of iter() with 2nd sentinel argument.
\ No newline at end of file |