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
committerVraj Mohan <r.vrajmohan@gmail.com>2013-11-13 09:40:17 -0500
commit6dc72a1355dbebd8676481a2530c6e558fc403a9 (patch)
tree920d3617b0398bc8944189a6f036474ee454190a /lib/sqlalchemy/engine/url.py
parentbe303fe03f4db28d5c78ef7df8fb97200ba5e243 (diff)
downloadsqlalchemy-6dc72a1355dbebd8676481a2530c6e558fc403a9.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 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.