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.
171
171
(Contributed by Pablo Galindo in :issue:`42864 ` and Batuhan Taskaya in
172
172
:issue:`40176 ` .)
173
173
174
- A considerable ammount of new specialized messages for :exc:`SyntaxError ` exceptions
174
+ A considerable amount of new specialized messages for :exc:`SyntaxError ` exceptions
175
175
have been incorporated. Some of the most notable ones:
176
176
177
177
* Missing `` :`` before blocks:
@@ -310,7 +310,7 @@ NameErrors
310
310
~~~~~~~~~~
311
311
312
312
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
314
314
was raised from :
315
315
316
316
.. code- block:: python
You can’t perform that action at this time.
0 commit comments