Skip to content

Commit

Permalink
Minor docfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Apr 23, 2024
1 parent 34a9cf6 commit f8272ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pygobbler/clone_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def clone_version(project: str, asset: str, version: str, destination: str, regi
The name of the project.
asset:
The name of the asset of the ``project`..
The name of the asset of the ``project``.
version:
The name of the version of the ``asset`` to clone.
Expand Down
2 changes: 1 addition & 1 deletion src/pygobbler/remove_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def remove_version(project: str, asset: str, version: str, staging: str, url: st
The name of the project.
asset:
The name of the asset of the ``project`..
The name of the asset of the ``project``.
version:
The name of the version of the ``asset`` to remove.
Expand Down

0 comments on commit f8272ac

Please sign in to comment.