Skip to content

Commit 5cf2cde

Browse files
committed
Fix grammar and typos
1 parent f760db4 commit 5cf2cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Notes/01_Introduction/06_Files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Try it:
228228
>>>
229229
```
230230

231-
### Commentary: Shouldn't we being using Pandas for this?
231+
### Commentary: Shouldn't we be using Pandas for this?
232232

233233
Data scientists are quick to point out that libraries like
234234
[Pandas](https://pandas.pydata.org) already have a function for

Notes/02_Working_with_data/01_Datatypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Sometimes the `()` are omitted in the syntax.
5858
s = 'GOOG', 100, 490.1
5959
```
6060

61-
Special cases (0-tuple, 1-typle).
61+
Special cases (0-tuple, 1-tuple).
6262

6363
```python
6464
t = () # An empty tuple

0 commit comments

Comments
 (0)