From 799c5aaf43a187a6cf5c9e9db9aa7e0c483271bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E6=A5=82=E7=89=87?= Date: Mon, 24 Apr 2017 11:38:34 -0700 Subject: [PATCH] typo s/fromat/format/g --- doc/src/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/usage.rst b/doc/src/usage.rst index cde02422..660f2904 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_