File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
175175have been incorporated. Some of the most notable ones:
176176
177177* Missing `` :`` before blocks:
@@ -310,7 +310,7 @@ NameErrors
310310~~~~~~~~~~
311311
312312When 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
314314was raised from :
315315
316316.. code- block:: python
You can’t perform that action at this time.
0 commit comments