]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix class pattern docs to refer to class patterns (GH-28849)
authorChristophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
Sun, 10 Oct 2021 14:12:51 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Oct 2021 14:12:51 +0000 (22:12 +0800)
Doc/reference/compound_stmts.rst

index 5936cdf5ffc304207daa3e1d14d5e2559522eaa6..3011a168ede42c623adf57662e7f4b3a80bacd58 100644 (file)
@@ -1017,7 +1017,7 @@ A class pattern represents a class and its positional and keyword arguments
 
 The same keyword should not be repeated in class patterns.
 
-The following is the logical flow for matching a mapping pattern against a
+The following is the logical flow for matching a class pattern against a
 subject value:
 
 #. If ``name_or_attr`` is not an instance of the builtin :class:`type` , raise