Skip to content

Commit 18e0d32

Browse files
authored
Fix typo in whatsnew/3.10.rst (GH-25498)
1 parent a02cb47 commit 18e0d32

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
@@ -171,7 +171,7 @@ These improvements are inspired by previous work in the PyPy interpreter.
171171
(Contributed by Pablo Galindo in :issue:`42864` and Batuhan Taskaya in
172172
:issue:`40176`.)
173173
174-
A considerable ammount of new specialized messages for :exc:`SyntaxError` exceptions
174+
A considerable amount of new specialized messages for :exc:`SyntaxError` exceptions
175175
have been incorporated. Some of the most notable ones:
176176
177177
* Missing ``:`` before blocks:
@@ -310,7 +310,7 @@ NameErrors
310310
~~~~~~~~~~
311311
312312
When printing :exc:`NameError` raised by the interpreter, :c:func:`PyErr_Display`
313-
will offer suggestions of simmilar variable names in the function that the exception
313+
will offer suggestions of similar variable names in the function that the exception
314314
was raised from:
315315
316316
.. code-block:: python

0 commit comments

Comments
 (0)