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

Skip to content

Commit 08f5cf5

Browse files
committed
Indent "versionadded" properly.
1 parent 5329123 commit 08f5cf5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/library/crypt.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

6464
Module 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

7777
Module Functions

0 commit comments

Comments
 (0)