cpython/Doc/reference
Łukasz Langa 9ab245f8ca
[3.10] gh-93675: Fix typos in Doc/ (GH-93676) (GH-94080)
Closes GH-93675
(cherry picked from commit 830513754d)

Co-authored-by: luzpaz <luzpaz@users.noreply.github.com>
2022-06-21 21:39:08 +02:00
..
compound_stmts.rst bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) (GH-32034) 2022-03-21 21:22:39 +00:00
datamodel.rst bpo-14911: Corrected generator.throw() documentation (GH-32207) 2022-03-31 07:23:04 -07:00
executionmodel.rst bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) (GH-32034) 2022-03-21 21:22:39 +00:00
expressions.rst [3.10] gh-93675: Fix typos in Doc/ (GH-93676) (GH-94080) 2022-06-21 21:39:08 +02:00
grammar.rst
import.rst gh-89885: Improve import example in language reference (GH-91523) 2022-04-17 14:34:41 -07:00
index.rst
introduction.rst
lexical_analysis.rst gh-80143: Add clarification for escape characters (GH-92292) (GH-92629) 2022-05-16 18:54:40 +02:00
simple_stmts.rst gh-87304: Improve comments in language reference for imports (GH-92164) 2022-05-03 15:24:03 -07:00
toplevel_components.rst