mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)
- possitibility => possibility - disaallowed => disallowed
This commit is contained in:
parent
a3bb7fbe7e
commit
3c0a31cbfd
2 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ There are a few functions specific to Python functions.
|
|||
before the modification to *func* takes place, so the prior state of *func*
|
||||
can be inspected. The runtime is permitted to optimize away the creation of
|
||||
function objects when possible. In such cases no event will be emitted.
|
||||
Although this creates the possitibility of an observable difference of
|
||||
Although this creates the possibility of an observable difference of
|
||||
runtime behavior depending on optimization decisions, it does not change
|
||||
the semantics of the Python code being executed.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue