1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 19:40:26 +01:00

Fixed number display

This commit is contained in:
Dmitry Vasiliev
2008-12-07 18:56:30 +03:00
parent 75cbf6b07f
commit 1838753d2c
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ RuntimeWarning FutureWarning OverflowWarning ImportWarning UnicodeWarning
# Numbers
0 0x1f .3 12.34 0j 0j 34.2E-3 0b10 0o77
0 1 2 9 10 0x1f .3 12.34 0j 0j 34.2E-3 0b10 0o77
# Erroneous numbers