Skip to content

Commit

Permalink
Remove non-existing arguments from docstring (#3096)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Jan 9, 2024
1 parent 470d3da commit 11d4629
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions botocore/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ def get_md5(*args, **kwargs):
"""
Attempts to get an md5 hashing object.
:param raise_error_if_unavailable: raise an error if md5 is unavailable on
this system. If False, None will be returned if it is unavailable.
:type raise_error_if_unavailable: bool
:param args: Args to pass to the MD5 constructor
:param kwargs: Key word arguments to pass to the MD5 constructor
:return: An MD5 hashing object if available. If it is unavailable, None
Expand Down

0 comments on commit 11d4629

Please sign in to comment.