cpython/Doc/tutorial
Emily Morehouse f190eb59e6 bpo-32452: clarify term 'brackets' in generator tutorial (#5079)
Updates documentation for generator expressions in classes tutorial: Clarify usage of ambiguous term "brackets" by replacing with "square brackets". Updated subsequent lines to respect line breaks. (#5079)
2018-01-01 20:34:53 -05:00
..
appendix.rst
appetite.rst
classes.rst bpo-32452: clarify term 'brackets' in generator tutorial (#5079) 2018-01-01 20:34:53 -05:00
controlflow.rst Clarification to the `break` statement (GH-2453) 2017-06-27 15:40:41 -07:00
datastructures.rst bpo-30312: Small correction in datastructures set code sample (GH-2081) 2017-06-10 12:19:09 -07:00
errors.rst
floatingpoint.rst
index.rst
inputoutput.rst bpo-6519: Improve Python Input Output Tutorial (GH-2143) 2017-06-12 22:31:01 -07:00
interactive.rst bpo-25910: Fixes redirection from http to https (#4674) 2017-12-06 17:39:33 +01:00
interpreter.rst
introduction.rst Improve the String tutorial docs (GH-4541) 2017-11-24 09:28:12 -08:00
modules.rst bpo-31757: Make Fibonacci examples consistent (#3991) 2017-10-14 07:36:08 -07:00
stdlib.rst
stdlib2.rst
venv.rst
whatnow.rst