We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67d7ba commit 0540501Copy full SHA for 0540501
Doc/whatsnew/3.15.rst
@@ -100,10 +100,10 @@ ssl
100
zlib
101
----
102
103
-* Allow to combine two Adler-32 checksums via :func:`~zlib.adler32_combine`.
+* Allow combining two Adler-32 checksums via :func:`~zlib.adler32_combine`.
104
(Contributed by Callum Attryde and Bénédikt Tran in :gh:`134635`.)
105
106
-* Allow to combine two CRC-32 checksums via :func:`~zlib.crc32_combine`.
+* Allow combining two CRC-32 checksums via :func:`~zlib.crc32_combine`.
107
(Contributed by Bénédikt Tran in :gh:`134635`.)
108
109
0 commit comments