From ce573d340ff9cf54da8d41bb383df2ed7218f558 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 19 Feb 2015 11:26:36 -0800 Subject: [PATCH] README.rst: compatability => compatibility ``` [marca@marca-mac2 ~]$ dict compatability No definitions found for "compatability", perhaps you mean: gcide: comparability Compatibility wn: comparability compatibility moby-thesaurus: compatibility ``` --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f04b7b4..3a419ec 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ To obtain a signature object, pass the target function to the For the details of the signature object, refer to the either the package of standard library documentation. -Compatability +Compatibility ------------- The ``funcsigs`` backport has been tested against: @@ -41,10 +41,10 @@ The ``funcsigs`` backport has been tested against: Continuous integration testing is provided by `Travis CI`_. -Under Python 2.x there is a compatability issue when a function is assigned to +Under Python 2.x there is a compatibility issue when a function is assigned to the ``__wrapped__`` property of a class after it has been constructed. Similiarily there under PyPy directly passing the ``__call__`` method of a -builtin is also a compatability issues. Otherwise the functionality is +builtin is also a compatibility issues. Otherwise the functionality is believed to be uniform between both Python2 and Python3. Issues