Skip to content

Commit f8272ac

Browse files
committed
Minor docfix.
1 parent 34a9cf6 commit f8272ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pygobbler/clone_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def clone_version(project: str, asset: str, version: str, destination: str, regi
2525
The name of the project.
2626
2727
asset:
28-
The name of the asset of the ``project`..
28+
The name of the asset of the ``project``.
2929
3030
version:
3131
The name of the version of the ``asset`` to clone.

src/pygobbler/remove_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def remove_version(project: str, asset: str, version: str, staging: str, url: st
1010
The name of the project.
1111
1212
asset:
13-
The name of the asset of the ``project`..
13+
The name of the asset of the ``project``.
1414
1515
version:
1616
The name of the version of the ``asset`` to remove.

0 commit comments

Comments
 (0)