Skip to content

Commit

Permalink
Reword failing sphinx reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hamogu authored Jun 29, 2021
1 parent 74715cf commit b6d36bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/io/ascii/read.rst
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ The default converters for each column can be overridden with the

In addition to single column names you can use wildcards via `fnmatch` to
select multiple columns. For example, we can set the format for all columns
where the column name starts with "col" to `np.uint` while applying default
with a name starting with "col" to an unsigned integer while applying default
converters to all other columns in the table::

>>> import numpy as np
Expand Down

0 comments on commit b6d36bb

Please sign in to comment.