File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,28 +37,28 @@ are available on all platforms):
3737 A Modular Crypt Format method with 16 character salt and 86 character
3838 hash. This is the strongest method.
3939
40- .. versionadded :: 3.3
40+ .. versionadded :: 3.3
4141
4242.. data :: METHOD_SHA256
4343
4444 Another Modular Crypt Format method with 16 character salt and 43
4545 character hash.
4646
47- .. versionadded :: 3.3
47+ .. versionadded :: 3.3
4848
4949.. data :: METHOD_MD5
5050
5151 Another Modular Crypt Format method with 8 character salt and 22
5252 character hash.
5353
54- .. versionadded :: 3.3
54+ .. versionadded :: 3.3
5555
5656.. data :: METHOD_CRYPT
5757
5858 The traditional method with a 2 character salt and 13 characters of
5959 hash. This is the weakest method.
6060
61- .. versionadded :: 3.3
61+ .. versionadded :: 3.3
6262
6363
6464Module Attributes
@@ -71,7 +71,7 @@ Module Attributes
7171 ``crypt.METHOD_* `` objects. This list is sorted from strongest to
7272 weakest, and is guaranteed to have at least ``crypt.METHOD_CRYPT ``.
7373
74- .. versionadded :: 3.3
74+ .. versionadded :: 3.3
7575
7676
7777Module Functions
You can’t perform that action at this time.
0 commit comments