File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments