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
* 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)