Skip to content

Commit 36d4382

Browse files
committed
Split run-in line in Working_with_data/Formatting
1 parent 1fbe7e6 commit 36d4382

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Notes/02_Working_with_data/03_Formatting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Common modifiers adjust the field width and decimal precision. This is a partia
5858
```code
5959
:>10d Integer right aligned in 10-character field
6060
:<10d Integer left aligned in 10-character field
61-
:^10d Integer centered in 10-character field :0.2f Float with 2 digit precision
61+
:^10d Integer centered in 10-character field
62+
:0.2f Float with 2 digit precision
6263
```
6364

6465
### Dictionary Formatting

0 commit comments

Comments
 (0)