Skip to content

Commit 550f902

Browse files
committed
code-format
1 parent 0fbbcf7 commit 550f902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/06-func.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ but the delimiter string `','` is assigned to `dtype` rather than `delimiter`,
717717
because `dtype` is the second parameter in the list. However `','` isn't a known `dtype` so
718718
our code produced an error message when we tried to run it.
719719
When we call `loadtxt` we don't have to provide `fname=` for the filename because it's the
720-
first item in the list, but if we want the ',' to be assigned to the variable `delimiter`,
720+
first item in the list, but if we want the `','` to be assigned to the variable `delimiter`,
721721
we *do* have to provide `delimiter=` for the second parameter since `delimiter` is not
722722
the second parameter in the list.
723723

0 commit comments

Comments
 (0)