You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/module_summaries.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -491,7 +491,7 @@ Does general configuration parsing; used by other classes for their configuratio
491
491
`ConfigParser.SafeConfigParser class <https://docs.python.org/2.7/library/configparser.html#ConfigParser.SafeConfigParser>`_) to gather the
492
492
configuration parameter from the appropriate configuration file :ref:`section <configuration-file-sections-label>`. Parsing varies depending on the type.
493
493
494
-
:param str section: The section name, taken from the `__name__` attribute of the class to be configured (or ``NEAT`` for those parameters).
494
+
:param str section: The section name, taken from the ``__name__`` attribute of the class to be configured (or ``NEAT`` for those parameters).
495
495
:param config_parser: The configuration parser to be used.
0 commit comments