Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bpo-30668: add missing word in license.rst (GH-13115)
(cherry picked from commit 4920c09)

Co-authored-by: Patrick Mühlbauer <tmuxbiene@googlemail.com>
  • Loading branch information
treebee authored and miss-islington committed May 6, 2019
commit 8227134007c6bd2df88b8379fbe3d15d76840b69
2 changes: 1 addition & 1 deletion Doc/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down