1
1
mirror of https://github.com/psycopg/psycopg2.git synced 2025-03-02 15:25:47 +03:00

Fixed typo in docs

Ticket  closed.
This commit is contained in:
Daniele Varrazzo 2012-07-08 22:52:24 +01:00
parent ea203f0587
commit ee7890d700

View File

@ -199,7 +199,7 @@ argument of the `~cursor.execute()` method::
Adaptation of Python values to SQL types
----------------------------------------
Many standards Python types are adapted into SQL and returned as Python
Many standard Python types are adapted into SQL and returned as Python
objects when a query is executed.
If you need to convert other Python types to and from PostgreSQL data types,