Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Yet another docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johanrosenkilde committed Jul 24, 2015
1 parent 9325bb3 commit 3a9e3b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/misc/rest_index_of_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def gen_rest_table_index(list_of_entries, sort=True, only_local=True):
lexicographically.
- ``only_local`` (boolean; ``True``) -- if ``list_of_entries`` is a module,
``only_local = True`` means that imported functions will be filtered out.
This can be useful to disable for making indexes of e.g. catalog modules
such as ``sage.coding.codes_catalog``.
``only_local = True`` means that imported functions will be filtered out.
This can be useful to disable for making indexes of e.g. catalog modules
such as ``sage.coding.codes_catalog``.
EXAMPLE::
Expand Down

0 comments on commit 3a9e3b5

Please sign in to comment.