summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRahul Kumaresan <kayrahul@gmail.com>2020-05-18 01:32:34 (GMT)
committerGitHub <noreply@github.com>2020-05-18 01:32:34 (GMT)
commiteefd4e033334a2a1d3929d0f7978469e5b5c4e56 (patch)
tree6120745cc0c7611c0aa677c4680e2f3e7cdd1f08 /Misc
parent65460565df99fbda6a74b6bb4bf99affaaf8bd95 (diff)
downloadcpython-eefd4e033334a2a1d3929d0f7978469e5b5c4e56.zip
cpython-eefd4e033334a2a1d3929d0f7978469e5b5c4e56.tar.gz
cpython-eefd4e033334a2a1d3929d0f7978469e5b5c4e56.tar.bz2
bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2020-03-14-18-37-06.bpo-39705.nQVqig.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-03-14-18-37-06.bpo-39705.nQVqig.rst b/Misc/NEWS.d/next/Documentation/2020-03-14-18-37-06.bpo-39705.nQVqig.rst
new file mode 100644
index 0000000..3454b92
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2020-03-14-18-37-06.bpo-39705.nQVqig.rst
@@ -0,0 +1,2 @@
+Tutorial example for sorted() in the Loop Techniques section is given a better explanation.
+Also a new example is included to explain sorted()'s basic behavior. \ No newline at end of file