]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorRaymond Hettinger <python@rcn.com>
Thu, 26 Feb 2009 00:23:35 +0000 (00:23 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 26 Feb 2009 00:23:35 +0000 (00:23 +0000)
Doc/library/functions.rst

index 602aa22fbed1dc130e2998aa24d2765e2beebc18..9057a7a0443787d938b5e3ab6e2dc4a275011073 100644 (file)
@@ -1061,7 +1061,7 @@ are always available.  They are listed here in alphabetical order.
    The second use case is to support cooperative multiple inheritance in a
    dynamic execution environment.  This use case is unique to Python and is
    not found in statically compiled languages or languages that only support
-   single inheritance.  This makes in possible to implement "diamond diagrams"
+   single inheritance.  This makes it possible to implement "diamond diagrams"
    where multiple base classes implement the same method.  Good design dictates
    that this method have the same calling signature in every case (because the
    order of calls is determined at runtime, because that order adapts