Small typo in 0.7.1 documentation

Issue #2185 resolved
Former user created an issue

Hi Guys,

I found a small typo in the 0.7.1 documentation. The URL to connect with the py-postgresql driver in the documentation is given as:

postgresql+pypostgresql://user@password@host:port/dbname?key=value&key=value...

but, should be:

postgresql+pypostgresql://user:password@host:port/dbname?key=value&key=value...

The @ between the username and password must be replaced by :

Here is the link to the page: http://www.sqlalchemy.org/docs/dialects/postgresql.html#module-sqlalchemy.dialects.postgresql.pypostgresql

Regards, Nav

Comments (2)

  1. Log in to comment