Minor nit.

This commit is contained in:
Georg Brandl 2016-02-11 21:08:20 +01:00
parent 887330e895
commit e8d21f30ca
1 changed files with 1 additions and 1 deletions

View File

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