summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author山楂片 <hawflakes@users.noreply.github.com>2017-04-24 11:38:34 -0700
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-06-12 11:25:22 +0100
commit799c5aaf43a187a6cf5c9e9db9aa7e0c483271bc (patch)
tree6b3f317a5c16317094a1e1fe1642d7807ddd7356
parent3d13a2cf258fbbf91fa0cb0c068225aeec879de5 (diff)
downloadpsycopg2-799c5aaf43a187a6cf5c9e9db9aa7e0c483271bc.tar.gz
typo
s/fromat/format/g
-rw-r--r--doc/src/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/usage.rst b/doc/src/usage.rst
index cde0242..660f290 100644
--- a/doc/src/usage.rst
+++ b/doc/src/usage.rst
@@ -870,7 +870,7 @@ PostgreSQL |COPY|__ command to move data from files to tables and back.
Currently no adaptation is provided between Python and PostgreSQL types on
|COPY|: the file can be any Python file-like object but its format must be in
-the format accepted by `PostgreSQL COPY command`__ (data fromat, escaped
+the format accepted by `PostgreSQL COPY command`__ (data format, escaped
characters, etc).
.. __: COPY_