Skip to content

Commit 83bd551

Browse files
remove argument equals whitespaces: reading
1 parent 9d72fa8 commit 83bd551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reading.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,10 @@ contain its own column names.
392392

393393
```{code-cell} ipython3
394394
:tags: ["output_scroll"]
395-
canlang_data = pd.read_csv(
395+
canlang_data = pd.read_csv(
396396
"data/can_lang_no_names.tsv",
397-
sep = "\t",
398-
header = None
397+
sep="\t",
398+
header=None
399399
)
400400
canlang_data
401401
```

0 commit comments

Comments
 (0)