[Python-checkins] peps: Don't use a role that doesn't exist for PEPs

nick.coghlan python-checkins at python.org
Sun May 6 07:55:58 CEST 2012


http://hg.python.org/peps/rev/2b346457cea7
changeset:   4358:2b346457cea7
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun May 06 15:55:36 2012 +1000
summary:
  Don't use a role that doesn't exist for PEPs

files:
  pep-0419.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0419.txt b/pep-0419.txt
--- a/pep-0419.txt
+++ b/pep-0419.txt
@@ -310,7 +310,7 @@
 explicitly.  An example of such code might be a file-based lock
 implementation.
 
-:func:`signal.pthread_sigmask` can be used to block signals inside
+``signal.pthread_sigmask`` can be used to block signals inside
 cleanup handlers which can be interrupted with ``EINTR``.
 
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list