Clarify and fix typo.

This commit is contained in:
Georg Brandl
2009-06-16 21:19:15 +02:00
parent 28b1f7eef6
commit 269345a0f3

View File

@@ -103,9 +103,9 @@ directive.
.. versionadded:: 0.3 .. versionadded:: 0.3
* It's possible to override the signature for callable members (functions, * It's possible to override the signature for explicitly documented callable
methods, classes) with the regular syntax that will override the signature objects (functions, methods, classes) with the regular syntax that will
gained from instropection:: override the signature gained from introspection::
.. autoclass:: Noodle(type) .. autoclass:: Noodle(type)