summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/url.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-11-14 21:19:59 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-11-14 21:19:59 -0500
commit7a3d3c050b644d74594bd491e0e4312e2144874d (patch)
tree0dd1935cf8319e61264bad111ddee73932accdc1 /lib/sqlalchemy/engine/url.py
parent02a58b5112b72667eedb7a2a9256f14954777cfb (diff)
parent1a6dd8b393991cb0cdba044d1c560c08ca426f89 (diff)
downloadsqlalchemy-7a3d3c050b644d74594bd491e0e4312e2144874d.tar.gz
Merge branch 'master' of github.com:vrajmohan/sqlalchemy into mm
Diffstat (limited to 'lib/sqlalchemy/engine/url.py')
-rw-r--r--lib/sqlalchemy/engine/url.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/engine/url.py b/lib/sqlalchemy/engine/url.py
index 74584b787..8f84ab039 100644
--- a/lib/sqlalchemy/engine/url.py
+++ b/lib/sqlalchemy/engine/url.py
@@ -24,8 +24,8 @@ class URL(object):
Represent the components of a URL used to connect to a database.
This object is suitable to be passed directly to a
- ``create_engine()`` call. The fields of the URL are parsed from a
- string by the ``module-level make_url()`` function. the string
+ :func:`~sqlalchemy.create_engine` call. The fields of the URL are parsed from a
+ string by the :func:`.make_url` function. the string
format of the URL is an RFC-1738-style string.
All initialization parameters are available as public attributes.