Skip to content

Commit 8b01fa2

Browse files
committed
Fix typo
1 parent db5abc8 commit 8b01fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/01_Datatypes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Example:
5252
s = ('GOOG', 100, 490.1)
5353
```
5454

55-
Sometimes the `()` are ommitted in the syntax.
55+
Sometimes the `()` are omitted in the syntax.
5656

5757
```python
5858
s = 'GOOG', 100, 490.1

0 commit comments

Comments
 (0)