Skip to content

Commit 6ee70f7

Browse files
committed
[Ascii] Fix typo
1 parent c1f8ee1 commit 6ee70f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/io/asciisignalio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class AsciiSignalIO(BaseIO):
3939
column delimiter in file, e.g. '\t', one space, two spaces, ',', ';'
4040
timecolumn:
4141
None or a valid integer that identifies which column contains the time vector
42-
(counting from zero, within the list of selected columns, see also `usecols` Argument)
42+
(counting from zero, within the list of selected columns, see also `usecols` argument)
4343
units:
4444
units of AnalogSignal can be a str or directly a Quantity
4545
time_units:

0 commit comments

Comments
 (0)