diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/declarations.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/declarations.rst b/docs/api/declarations.rst index 05d39eb..cdbf815 100644 --- a/docs/api/declarations.rst +++ b/docs/api/declarations.rst @@ -624,7 +624,7 @@ an instance: ... def __call__(self): ... return self >>> implementedBy(Callable()) - <implementedBy builtins.?> + classImplements(builtins.?) Note that the name of the spec ends with a '?', because the ``Callable`` instance does not have a ``__name__`` attribute. |