Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 740c730

Browse files
committed
Issues #21948 and #16040: Fix typos.
1 parent bfff45d commit 740c730

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/hmac.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This module implements the HMAC algorithm as described by :rfc:`2104`.
2525
.. versionchanged:: 3.4
2626
Parameter *key* can be a bytes or bytearray object.
2727
Parameter *msg* can be of any type supported by :mod:`hashlib`.
28-
Paramter *digestmod* can be the name of a hash algorithm.
28+
Parameter *digestmod* can be the name of a hash algorithm.
2929

3030
.. deprecated:: 3.4
3131
MD5 as implicit default digest for *digestmod* is deprecated.

Lib/nntplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
]
8787

8888
# maximal line length when calling readline(). This is to prevent
89-
# reading arbitrary lenght lines. RFC 3977 limits NNTP line length to
89+
# reading arbitrary length lines. RFC 3977 limits NNTP line length to
9090
# 512 characters, including CRLF. We have selected 2048 just to be on
9191
# the safe side.
9292
_MAXLINE = 2048

0 commit comments

Comments
 (0)