]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-30668: add missing word in license.rst (GH-13115)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 May 2019 19:08:10 +0000 (12:08 -0700)
committerGitHub <noreply@github.com>
Mon, 6 May 2019 19:08:10 +0000 (12:08 -0700)
(cherry picked from commit 4920c093da8a3061faea62d62f2ddf0c5c443360)

Co-authored-by: Patrick Mühlbauer <tmuxbiene@googlemail.com>
Doc/license.rst

index a315b6f8134d48bc5a34b8a9978ed3f18145e43b..ac0e2b30bbbfd89519efdf8f4a30e4c8aa3c317c 100644 (file)
@@ -561,7 +561,7 @@ SipHash24
 ---------
 
 The file :file:`Python/pyhash.c` contains Marek Majkowski' implementation of
-Dan Bernstein's SipHash24 algorithm. The contains the following note::
+Dan Bernstein's SipHash24 algorithm. It contains the following note::
 
   <MIT License>
   Copyright (c) 2013  Marek Majkowski <marek@popcount.org>