Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Aug 25, 2022
1 parent 7667653 commit 9ccc37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/filetransfers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ file on its behalf.

For example::

COPY INTO mytable FROM 'data'.csv' ON CLIENT
COPY INTO mytable FROM 'data.csv' ON CLIENT
USING DELIMITERS ',', E'\n', '"';

By default, if pymonetdb receives a file request from the server, it will refuse
Expand Down

0 comments on commit 9ccc37a

Please sign in to comment.