Skip to content

Commit 11366c6

Browse files
committed
Add missing new line in docstring for hashlib.new
The missing line between the method description and the list of parameters leads to broken formatting in the docs. It needs to be present for the list of parameters to be correctly formatted.
1 parent 835fd6c commit 11366c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_hashlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
def new(algo, data=b""):
4242
"""Creates a new hashlib object.
43+
4344
:param str algo: Name of the desired algorithm.
4445
:param str data: First parameter.
4546
"""

0 commit comments

Comments
 (0)