summaryrefslogtreecommitdiff
path: root/doc/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/example.py')
-rw-r--r--doc/example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example.py b/doc/example.py
index 3e93a82..9d3ecca 100644
--- a/doc/example.py
+++ b/doc/example.py
@@ -34,7 +34,7 @@ import matplotlib.pyplot as plt
# numpy module itself, unabbreviated.
-def foo(var1, var2, *args, long_var_name='hi', only_seldom_used_keyword=0, **kwargs):
+def foo(var1, var2, *args, long_var_name="hi", only_seldom_used_keyword=0, **kwargs):
r"""Summarize the function in one line.
Several sentences providing an extended description. Refer to