Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 19, 2024
1 parent e8e7e07 commit c10d31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reserver/reserver_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def does_package_exist(suggested_name, test_pypi):
"""
Checks whether a package with the given name exists or not.
Check whether a package with the given name exists or not.
:param suggested_name: given name to search in pypi(or test.pypi)
:type suggested_name: str
Expand All @@ -24,7 +24,7 @@ def does_package_exist(suggested_name, test_pypi):

def generate_template_setup_py(package_name):
"""
Generates a template `setup.py` file for given package name.
Generate a template `setup.py` file for given package name.
:param package_name: given name to generate template `setup.py` for it.
:type package_name: str
Expand Down

0 comments on commit c10d31d

Please sign in to comment.