From: Martin Panter Date: Mon, 21 Nov 2016 04:10:45 +0000 (+0000) Subject: Another en → em dash fix for 3.6 X-Git-Tag: v3.6.0b4~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28540183c95c14e13d36e016c5fe92925ab3fccf;p=thirdparty%2FPython%2Fcpython.git Another en → em dash fix for 3.6 --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 9619e53d4d97..08a1c50299ed 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