Skip to content

Commit

Permalink
correct typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Feb 3, 2024
1 parent 54f7b67 commit b9ff69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reserver/reserver_func.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""Reserver Functions."""
"""Reserver functions."""
from requests import get
from .reserver_param import PYPI_TEST_URL, PYPI_MAIN_URL
from hashlib import sha256
Expand Down

0 comments on commit b9ff69f

Please sign in to comment.