Skip to content

Commit

Permalink
Remove whitespaces around = in parameter assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom authored Nov 13, 2023
1 parent ee599ab commit b236ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/reading.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ contain its own column names.
:tags: ["output_scroll"]
canlang_data = pd.read_csv(
"data/can_lang_no_names.tsv",
sep = "\t",
header = None
sep="\t",
header=None
)
canlang_data
```
Expand Down

0 comments on commit b236ca6

Please sign in to comment.