Skip to content

Commit b04f1cb

Browse files
authored
Doc: typo fix. (GH-24721)
1 parent 94894dd commit b04f1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ Without the use of ``_`` in a case statement, a match may not exist. If no
280280
match exists, the behavior is a no-op. For example, if ``status`` of 500 is
281281
passed, a no-op occurs.
282282
283-
Pattterns with a literal and variable
284-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
283+
Patterns with a literal and variable
284+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
285285
286286
Patterns can look like unpacking assignments, and a pattern may be used to bind
287287
variables. In this example, a data point can be unpacked to its x-coordinate

0 commit comments

Comments
 (0)