Skip to content

Commit b1edac5

Browse files
authored
Merge pull request #20 from nicolasff/docs-new-line
Add missing new line in docstring for hashlib.new
2 parents 835fd6c + 11366c6 commit b1edac5

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)