Skip to content

Commit

Permalink
Minor doc change to reflect wkt_internal is now part of Geometry type
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirk committed Dec 20, 2011
1 parent 3bfe2a9 commit a4b0fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.rst
Expand Up @@ -269,7 +269,7 @@ the database.
>>> binascii.hexlify(s.geom.geom_wkb)
'01010000007b14ae47e15a54c03333333333d34240'
Alternatively, passing the argument *wkt_internal=True* in the *GeometryColumn*
Alternatively, passing the argument *wkt_internal=True* in the *Geometry*
definition will cause GeoAlchemy to use Well-Known-Text (WKT) internally.
This allows the use of *coords*, *geom_type* and *geom_wkt* commands (examples in section below)
without additional queries to the database.
Expand Down

0 comments on commit a4b0fa2

Please sign in to comment.