[Python-checkins] peps: pep-0478: Fix markup

yury.selivanov python-checkins at python.org
Wed May 13 17:38:34 CEST 2015


https://hg.python.org/peps/rev/2f88b96215b6
changeset:   5847:2f88b96215b6
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed May 13 11:38:31 2015 -0400
summary:
  pep-0478: Fix markup

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


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -79,7 +79,7 @@
 * PEP 436, a build tool generating boilerplate for extension modules
 * PEP 447, support for __locallookup__ metaclass method
 * PEP 455, key transforming dictionary
-* PEP 468, preserving the order of **kwargs in a function
+* PEP 468, preserving the order of ``**kwargs`` in a function
 
 
 

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


More information about the Python-checkins mailing list