From 7b88f6cad67de8959584b727d810eecc61700ebf Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 19 Feb 2015 11:37:37 -0800 Subject: [PATCH] README.rst: A few more tweaks --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f04b7b4..7fb3d76 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ The reference documentation is standard library documentation for the 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. :: >>> from funcsigs import signature @@ -26,8 +26,9 @@ To obtain a signature object, pass the target function to the >>> sig = signature(foo) -For the details of the signature object, refer to the either the package of -standard library documentation. +For the details of the `Signature` object, refer to either the package or +the `standard library documentation for inspect.Signature +`_. Compatability -------------