Skip to content

Commit 2a9e9b7

Browse files
authored
Merge pull request dabeaz-course#79 from bid0uille/bid0uille-patch-1
Fix missing new line
2 parents 61bf117 + 99aa5ae commit 2a9e9b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Notes/02_Working_with_data/03_Formatting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ b Binary integer
4949
x Hexadecimal integer
5050
f Float as [-]m.dddddd
5151
e Float as [-]m.dddddde+-xx
52-
g Float, but selective use of E notation s String
52+
g Float, but selective use of E notation
53+
s String
5354
c Character (from integer)
5455
```
5556

0 commit comments

Comments
 (0)