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

Skip to content

Commit 1f8eb13

Browse files
smithct2Copilot
andauthored
Copilot-recommend fix 1: small docstring nitpick
Co-authored-by: Copilot <[email protected]>
1 parent 6e01b15 commit 1f8eb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nltk/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@ def show(s):
22322232

22332233
def md5_hexdigest(file):
22342234
"""
2235-
Calculate and return the MD-5 checksum for a given file.
2235+
Calculate and return the MD5 checksum for a given file.
22362236
``file`` may either be a filename or an open stream.
22372237
"""
22382238
if isinstance(file, str):

0 commit comments

Comments
 (0)