README.rst: A few more tweaks

This commit is contained in:
Marc Abramowitz 2015-02-19 11:37:37 -08:00 committed by Robert Collins
parent 6cea81cced
commit 95ce8ebc49
1 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,7 @@ requests can be made using GitHub's `issues system`_. |build_status| |coverage|
Example
-------
To obtain a signature object, pass the target function to the
To obtain a `Signature` object, pass the target function to the
``funcsigs.signature`` function.
.. code-block:: python
@ -62,7 +62,6 @@ To obtain a signature object, pass the target function to the
>>> sig.return_annotation
<class 'funcsigs._empty'>
Introspecting callables with the Signature object
-------------------------------------------------