Change example constant.

This commit is contained in:
Georg Brandl 2016-02-13 13:24:48 +01:00
parent 75e11563cb
commit 22fbc7c475
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Examples::
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