From e70929ceb2ea5fb62ecbeca79a0c39fd403d6942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Mon, 28 Mar 2016 14:58:53 -0300 Subject: [PATCH] Update README.rst fixed typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index df6fd94..a6a57bf 100644 --- a/README.rst +++ b/README.rst @@ -67,7 +67,7 @@ Introspecting callables with the Signature object .. note:: - This section of documentation is a direct repoduction of the Python + This section of documentation is a direct reproduction of the Python standard library documentation for the inspect module. The Signature object represents the call signature of a callable object and its