summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArik Fraimovich <arik@arikfr.com>2017-06-29 12:06:15 +0300
committerAdrian <adrian@planetcoding.net>2017-06-29 11:06:15 +0200
commit174c91656f1a5553a460ff7a42a207b984695761 (patch)
tree4be86d8b97e379d3b0b3c110372db42f2f53d7fa
parentb01aa77bfd0c6d84ba2393797241e01e3f297bc7 (diff)
downloadwerkzeug-174c91656f1a5553a460ff7a42a207b984695761.tar.gz
Fix parameter name in docstring (#1144)
-rw-r--r--werkzeug/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/werkzeug/utils.py b/werkzeug/utils.py
index 935029e8..918e7e5b 100644
--- a/werkzeug/utils.py
+++ b/werkzeug/utils.py
@@ -453,7 +453,7 @@ def find_modules(import_path, include_packages=False, recursive=False):
also recursively list modules but in that case it will import all the
packages to get the correct load path of that module.
- :param import_name: the dotted name for the package to find child modules.
+ :param import_path: the dotted name for the package to find child modules.
:param include_packages: set to `True` if packages should be returned, too.
:param recursive: set to `True` if recursion should happen.
:return: generator