http://hg.python.org/cpython/rev/ec8d2f54dcb2 changeset: 87860:ec8d2f54dcb2 user: Stefan Krah <skrah at bytereef.org> date: Mon Dec 09 19:18:59 2013 +0100 summary: Fix typo. files: Doc/license.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/license.rst b/Doc/license.rst --- a/Doc/license.rst +++ b/Doc/license.rst @@ -897,7 +897,7 @@ cfuhash ------- -The implementtation of the hash table used by the :mod:`tracemalloc` is based +The implementation of the hash table used by the :mod:`tracemalloc` is based on the cfuhash project:: Copyright (c) 2005 Don Owens -- Repository URL: http://hg.python.org/cpython