We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5abc8 commit 8b01fa2Copy full SHA for 8b01fa2
Notes/02_Working_with_data/01_Datatypes.md
@@ -52,7 +52,7 @@ Example:
52
s = ('GOOG', 100, 490.1)
53
```
54
55
-Sometimes the `()` are ommitted in the syntax.
+Sometimes the `()` are omitted in the syntax.
56
57
```python
58
s = 'GOOG', 100, 490.1
0 commit comments