From 4920c093da8a3061faea62d62f2ddf0c5c443360 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Patrick=20M=C3=BChlbauer?= Date: Mon, 6 May 2019 20:32:42 +0200 Subject: [PATCH] bpo-30668: add missing word in license.rst (GH-13115) --- Doc/license.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: Copyright (c) 2013 Marek Majkowski -- 2.50.1