]> granicus.if.org Git - python/commitdiff
bpo-30668: add missing word in license.rst (GH-13115)
authorPatrick Mühlbauer <tmuxbiene@googlemail.com>
Mon, 6 May 2019 18:32:42 +0000 (20:32 +0200)
committerStéphane Wirtel <stephane@wirtel.be>
Mon, 6 May 2019 18:32:42 +0000 (14:32 -0400)
Doc/license.rst

index d3733f53a116f4f6b13558f2adeaefc21cfb5e32..bf2e4c522ce172c024ef7c5e468109fd230a613e 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>