summaryrefslogtreecommitdiff
path: root/doc/ext/example_google.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ext/example_google.py')
-rw-r--r--doc/ext/example_google.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext/example_google.py b/doc/ext/example_google.py
index 34a720e36..5b4fa58df 100644
--- a/doc/ext/example_google.py
+++ b/doc/ext/example_google.py
@@ -83,7 +83,7 @@ def module_level_function(param1, param2=None, *args, **kwargs):
of each parameter is required. The type and description of each parameter
is optional, but should be included if not obvious.
- If \*args or \*\*kwargs are accepted,
+ If ``*args`` or ``**kwargs`` are accepted,
they should be listed as ``*args`` and ``**kwargs``.
The format for a parameter is::