diff options
author | Patrick Mühlbauer <tmuxbiene@googlemail.com> | 2019-05-06 18:32:42 (GMT) |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-05-06 18:32:42 (GMT) |
commit | 4920c093da8a3061faea62d62f2ddf0c5c443360 (patch) | |
tree | 9dca7a901234e660c11f9dc9bc7adb73ea1e2b59 /Doc | |
parent | 678bb9d1b51d46801d10f8e35585a369aca1c593 (diff) | |
download | cpython-4920c093da8a3061faea62d62f2ddf0c5c443360.zip cpython-4920c093da8a3061faea62d62f2ddf0c5c443360.tar.gz cpython-4920c093da8a3061faea62d62f2ddf0c5c443360.tar.bz2 |
bpo-30668: add missing word in license.rst (GH-13115)
Diffstat (limited to 'Doc')
-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 d3733f5..bf2e4c5 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> |