cpython/Doc/tutorial
Miss Islington (bot) 805874a9f1
Fix repeated words in Classes tutorial (GH-21455)
The phrase "At any time during execution," was repeated twice.

Automerge-Triggered-By: @Mariatta
(cherry picked from commit 4f28f75dee)

Co-authored-by: Paul McMillan <paul@mcmillan.ws>
2020-07-13 18:49:56 -07:00
..
appendix.rst
appetite.rst
classes.rst Fix repeated words in Classes tutorial (GH-21455) 2020-07-13 18:49:56 -07:00
controlflow.rst bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21343) 2020-07-05 23:07:32 -03:00
datastructures.rst bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999) 2020-05-17 18:32:34 -07:00
errors.rst Change 'exception happened' to 'exception occurred' in two places (#19767) 2020-04-30 21:30:10 -07:00
floatingpoint.rst
index.rst
inputoutput.rst Improve IO tutorial's "Old string formatting" section (GH-16251) 2020-05-27 18:41:38 -07:00
interactive.rst
interpreter.rst Update interpreter.rst (GH-17059) 2019-11-05 14:20:38 +01:00
introduction.rst
modules.rst
stdlib.rst bpo-38678: Improve argparse example in tutorial (GH-17207) 2019-11-17 22:06:19 -08:00
stdlib2.rst
venv.rst
whatnow.rst