Skip to content

Commit

Permalink
update docstring issues reported by pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 20, 2024
1 parent 894ac77 commit 739737e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reserver/reserver_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, api_token, is_test_pypi_account=False):

def upload_to_pypi(self, package_name):
"""
Upload a template package to pypi or test_pypi
Upload a template package to pypi or test_pypi.
:param package_name: package name
:type package_name: str
Expand Down

0 comments on commit 739737e

Please sign in to comment.