1 parent 1fbe7e6 commit 36d4382Copy full SHA for 36d4382
1 file changed
Notes/02_Working_with_data/03_Formatting.md
@@ -58,7 +58,8 @@ Common modifiers adjust the field width and decimal precision. This is a partia
58
```code
59
:>10d Integer right aligned in 10-character field
60
:<10d Integer left aligned in 10-character field
61
-:^10d Integer centered in 10-character field :0.2f Float with 2 digit precision
+:^10d Integer centered in 10-character field
62
+:0.2f Float with 2 digit precision
63
```
64
65
### Dictionary Formatting
0 commit comments