[Python-checkins] peps: Change example constant.

georg.brandl python-checkins at python.org
Sat Feb 13 07:24:52 EST 2016


https://hg.python.org/peps/rev/13f432526dde
changeset:   6235:13f432526dde
user:        Georg Brandl <georg at python.org>
date:        Sat Feb 13 13:24:48 2016 +0100
summary:
  Change example constant.

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
@@ -28,7 +28,7 @@
     amount = 10_000_000.0
 
     # grouping hexadecimal addresses by words
-    addr = 0xDEAD_BEEF
+    addr = 0xCAFE_F00D
 
     # grouping bits into nibbles in a binary literal
     flags = 0b_0011_1111_0100_1110

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


More information about the Python-checkins mailing list