Skip to content

Commit 5179d97

Browse files
committed
Merge pull request wireservice#198 from vad/patch-1
Fixed a few typos in the docs.
2 parents 1ff7f37 + a72b6b9 commit 5179d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripts/csvsql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ csvsql
55
Description
66
===========
77

8-
Generate SQL statements for a CSV file or create execute those statements directly on a database. In the latter case supports both creating tables and inserting data.::
8+
Generate SQL statements for a CSV file or execute those statements directly on a database. In the latter case supports both creating tables and inserting data::
99

1010
usage: csvsql [-h] [-d DELIMITER] [-t] [-q QUOTECHAR] [-u {0,1,2,3}] [-b]
1111
[-p ESCAPECHAR] [-z MAXFIELDSIZE] [-e ENCODING] [-v]

0 commit comments

Comments
 (0)