[Python-checkins] cpython (3.6): Another en → em dash fix for 3.6

martin.panter python-checkins at python.org
Sun Nov 20 23:23:49 EST 2016


https://hg.python.org/cpython/rev/b72391f54083
changeset:   105259:b72391f54083
branch:      3.6
user:        Martin Panter <vadmium+py at gmail.com>
date:        Mon Nov 21 04:10:45 2016 +0000
summary:
  Another en → em dash fix for 3.6

files:
  Doc/reference/datamodel.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -2550,7 +2550,7 @@
 .. [#] "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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list