We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f760db4 commit 5cf2cdeCopy full SHA for 5cf2cde
Notes/01_Introduction/06_Files.md
@@ -228,7 +228,7 @@ Try it:
228
>>>
229
```
230
231
-### Commentary: Shouldn't we being using Pandas for this?
+### Commentary: Shouldn't we be using Pandas for this?
232
233
Data scientists are quick to point out that libraries like
234
[Pandas](https://pandas.pydata.org) already have a function for
Notes/02_Working_with_data/01_Datatypes.md
@@ -58,7 +58,7 @@ Sometimes the `()` are omitted in the syntax.
58
s = 'GOOG', 100, 490.1
59
60
61
-Special cases (0-tuple, 1-typle).
+Special cases (0-tuple, 1-tuple).
62
63
```python
64
t = () # An empty tuple
0 commit comments