mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Clarify and fix typo.
This commit is contained in:
@@ -103,9 +103,9 @@ directive.
|
||||
|
||||
.. versionadded:: 0.3
|
||||
|
||||
* It's possible to override the signature for callable members (functions,
|
||||
methods, classes) with the regular syntax that will override the signature
|
||||
gained from instropection::
|
||||
* It's possible to override the signature for explicitly documented callable
|
||||
objects (functions, methods, classes) with the regular syntax that will
|
||||
override the signature gained from introspection::
|
||||
|
||||
.. autoclass:: Noodle(type)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user