From 507ee9275e161b12104f019614af2db0164859ab Mon Sep 17 00:00:00 2001 From: "Kian-Meng, Ang" Date: Sun, 28 Nov 2021 20:45:16 +0800 Subject: [PATCH] Fix typos --- CHANGELOG | 2 +- README.rst | 6 +++--- docs/index.rst | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 602eec5..062c37e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,7 +12,7 @@ Changelog 0.2 (2012-01-07) ```````````````` -* PyPy compatability +* PyPy compatibility 0.1 (2012-01-06) ```````````````` 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 diff --git a/docs/index.rst b/docs/index.rst index 5d0f42f..7a555ff 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,7 +16,7 @@ as well as 3.2 and up. .. _PEP 362: http://www.python.org/dev/peps/pep-0362/ .. _inspect: http://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signature-object -Compatability +Compatibility ````````````` The *funcsigs* backport has been tested against: @@ -28,10 +28,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. .. _Travis CI: http://travis-ci.org/