Skip to content

Commit f03b62c

Browse files
committed
typo
1 parent 64cbbd3 commit f03b62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/3_power_tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Frequently large datasets are distributed in many small files. At some point you
8383

8484
$ curl -L -O https://github.com/onyxfish/csvkit/raw/master/examples/realdata/ks_1033_data.csvstack
8585

86-
Back in :doc:`1_getting_started`, we had used in2csv to convert our Nebraska data from XLSX to CSV. However, we named our output `data.csv` for simplicity at the time. Now that we are going to be stacking multiple states, we should re-convert our Nebraska using a file naming convention matching our Kansas data::
86+
Back in :doc:`1_getting_started`, we had used in2csv to convert our Nebraska data from XLSX to CSV. However, we named our output `data.csv` for simplicity at the time. Now that we are going to be stacking multiple states, we should re-convert our Nebraska data using a file naming convention matching our Kansas data::
8787

8888
$ in2csv ne_1033_data.xlsx > ne_1033_data.csv
8989

0 commit comments

Comments
 (0)