cpython/Doc/tutorial
Miss Islington (bot) b6da20fffa
gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 859250cc55)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
2022-05-08 12:45:14 -07:00
..
appendix.rst
appetite.rst
classes.rst
controlflow.rst docs: Don't use code formatting for emphasis (GH-30519) 2022-03-07 20:14:47 -08:00
datastructures.rst gh-85757: Change wording from nested to inner (GH-91811) 2022-04-30 15:12:33 -07:00
errors.rst gh-89770: [PEP-678] add exception notes to tutorial (GH-30441) 2022-04-20 13:43:10 +01:00
floatingpoint.rst
index.rst
inputoutput.rst gh-85679: Recommend encoding="utf-8" in tutorial (GH-91778) 2022-05-02 17:25:05 +09:00
interactive.rst
interpreter.rst
introduction.rst
modules.rst gh-77521: Add link to builtin module names in modules tutorial (GH-92438) 2022-05-08 12:45:14 -07:00
stdlib.rst gh-92368: Fix missing possessive apostrophe (#92397) 2022-05-06 15:39:16 +02:00
stdlib2.rst
venv.rst bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003) 2022-04-09 14:37:01 -04:00
whatnow.rst