aboutsummaryrefslogtreecommitdiff
path: root/uritemplate/api.py
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2013-05-11 17:33:23 -0400
committerIan Cordasco <graffatcolmingov@gmail.com>2013-05-11 17:35:23 -0400
commit00777a1c0bf671e0ca0f2fd0131f84b35848504a (patch)
tree50b4f739570ce7cd70627c9209568a64f5759a95 /uritemplate/api.py
parentbf456a3ba13dda2afbb4b5bc160da37bb6ab22b5 (diff)
downloaduritemplates-00777a1c0bf671e0ca0f2fd0131f84b35848504a.tar.gz
pep257 compliance
Diffstat (limited to 'uritemplate/api.py')
-rw-r--r--uritemplate/api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/uritemplate/api.py b/uritemplate/api.py
index 5bbcc31..848f942 100644
--- a/uritemplate/api.py
+++ b/uritemplate/api.py
@@ -24,6 +24,7 @@ def expand(uri, var_dict=None, **kwargs):
.. note:: Passing values by both parts, will override values in
``var_dict``.
+
"""
t = URITemplate(uri)
return t.expand(var_dict, **kwargs)