0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Doc/tutorial
Will White 78a5722ae9 Improve the String tutorial docs (GH-4541)
The paragraph that contains example of string literal concatenation was placed
after the section about concatenation using the '+' sign.
Moved the paragraph to the appropriate section.
2017-11-24 09:28:12 -08:00
..
appendix.rst
appetite.rst
classes.rst bpo-30466: Add brief explanation of classes to tutorial (GH-1804) 2017-07-12 19:30:37 -07: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
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
stdlib2.rst
stdlib.rst
venv.rst
whatnow.rst