mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Another en → em dash fix for 3.6
This commit is contained in:
parent
99b6f28351
commit
28540183c9
1 changed files with 1 additions and 1 deletions
|
|
@ -2550,7 +2550,7 @@ An example of an asynchronous context manager class::
|
||||||
.. [#] "Does not support" here means that the class has no such method, or
|
.. [#] "Does not support" here means that the class has no such method, or
|
||||||
the method returns ``NotImplemented``. Do not set the method to
|
the method returns ``NotImplemented``. Do not set the method to
|
||||||
``None`` if you want to force fallback to the right operand's reflected
|
``None`` if you want to force fallback to the right operand's reflected
|
||||||
method--that will instead have the opposite effect of explicitly
|
method—that will instead have the opposite effect of explicitly
|
||||||
*blocking* such fallback.
|
*blocking* such fallback.
|
||||||
|
|
||||||
.. [#] For operands of the same type, it is assumed that if the non-reflected method
|
.. [#] For operands of the same type, it is assumed that if the non-reflected method
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue