[Python-checkins] cpython: Change an en-dash to an em-dash.

serhiy.storchaka python-checkins at python.org
Mon Nov 21 06:41:01 EST 2016


https://hg.python.org/cpython/rev/81bdcda9e8ee
changeset:   105274:81bdcda9e8ee
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Nov 21 13:40:45 2016 +0200
summary:
  Change an en-dash to an em-dash.

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


diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst
--- a/Doc/howto/clinic.rst
+++ b/Doc/howto/clinic.rst
@@ -376,7 +376,7 @@
         [clinic start generated code]*/
 
 12. Save and close the file, then run ``Tools/clinic/clinic.py`` on
-    it.  With luck everything worked--your block now has output, and
+    it.  With luck everything worked---your block now has output, and
     a ``.c.h`` file has been generated! Reopen the file in your
     text editor to see:
 

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


More information about the Python-checkins mailing list