mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix docstring
This commit is contained in:
parent
2dae11aa68
commit
75bc85d70d
@ -40,7 +40,7 @@ class ENUM(object):
|
||||
"""represents the config value should be a one of candidates.
|
||||
|
||||
Example:
|
||||
app.add_config_value('latex_show_urls', 'no', ENUM('no', 'footnote', 'inline'))
|
||||
app.add_config_value('latex_show_urls', 'no', None, ENUM('no', 'footnote', 'inline'))
|
||||
"""
|
||||
def __init__(self, *candidates):
|
||||
self.candidates = candidates
|
||||
|
Loading…
Reference in New Issue
Block a user