We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41383cf commit 8dc8f64Copy full SHA for 8dc8f64
pandas/io/parsers/readers.py
@@ -1139,7 +1139,7 @@ def read_fwf(
1139
``file://localhost/path/to/table.csv``.
1140
colspecs : list of tuple (int, int) or 'infer'. optional
1141
A list of tuples giving the extents of the fixed-width
1142
- fields of each line as half-open intervals (i.e., [from, to[ ).
+ fields of each line as half-open intervals (i.e., [from, to] ).
1143
String value 'infer' can be used to instruct the parser to try
1144
detecting the column specifications from the first 100 rows of
1145
the data which are not being skipped via skiprows (default='infer').
0 commit comments