diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 04:10:45 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 04:10:45 (GMT) |
commit | 28540183c95c14e13d36e016c5fe92925ab3fccf (patch) | |
tree | 72084113dc59d19d2620b5bbed889c4fd16f0735 /Doc/reference | |
parent | 99b6f283515f783afb0acfda09b354eb9feff008 (diff) | |
download | cpython-28540183c95c14e13d36e016c5fe92925ab3fccf.zip cpython-28540183c95c14e13d36e016c5fe92925ab3fccf.tar.gz cpython-28540183c95c14e13d36e016c5fe92925ab3fccf.tar.bz2 |
Another en → em dash fix for 3.6
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/datamodel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 9619e53..08a1c50 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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 the method returns ``NotImplemented``. Do not set the method to ``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. .. [#] For operands of the same type, it is assumed that if the non-reflected method |