summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/url.py
diff options
context:
space:
mode:
authorVraj Mohan <r.vrajmohan@gmail.com>2013-11-13 09:40:17 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-11-14 21:45:03 -0500
commit8ddb4e2959f158d96a6690a19d49f2da1ece7539 (patch)
tree7c113af76540425f3c4f4564e10b87d4b6e49cc7 /lib/sqlalchemy/engine/url.py
parent92490e0c5d14568724da6238fd72cfa4cb0dae86 (diff)
downloadsqlalchemy-8ddb4e2959f158d96a6690a19d49f2da1ece7539.tar.gz
Ensure API doc for make_url and resolve references
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 08b620752..a61f4a85c 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.