diff options
author | Patrick Mühlbauer <tmuxbiene@googlemail.com> | 2019-05-06 20:32:42 +0200 |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-05-06 14:32:42 -0400 |
commit | 4920c093da8a3061faea62d62f2ddf0c5c443360 (patch) | |
tree | 9dca7a901234e660c11f9dc9bc7adb73ea1e2b59 | |
parent | 678bb9d1b51d46801d10f8e35585a369aca1c593 (diff) | |
download | cpython-git-4920c093da8a3061faea62d62f2ddf0c5c443360.tar.gz |
bpo-30668: add missing word in license.rst (GH-13115)
-rw-r--r-- | Doc/license.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index d3733f53a1..bf2e4c522c 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -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> |