[Python-checkins] peps: Minor nit.

georg.brandl python-checkins at python.org
Thu Feb 11 15:08:38 EST 2016


https://hg.python.org/peps/rev/e8436e149402
changeset:   6229:e8436e149402
user:        Georg Brandl <georg at python.org>
date:        Thu Feb 11 21:08:20 2016 +0100
summary:
  Minor nit.

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


diff --git a/pep-0515.txt b/pep-0515.txt
--- a/pep-0515.txt
+++ b/pep-0515.txt
@@ -29,7 +29,7 @@
     # grouping hexadecimal addresses by words
     addr = 0xDEAD_BEEF
 
-    # grouping bits into bytes in a binary literal
+    # grouping bits into nibbles in a binary literal
     flags = 0b_0011_1111_0100_1110
 
     # making the literal suffix stand out more

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


More information about the Python-checkins mailing list