Skip to content

Commit 73f0137

Browse files
authored
Fix docstring for ModelVersionIdentifier (#216)
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent 2b7e88f commit 73f0137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replicate/identifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class ModelVersionIdentifier(NamedTuple):
1010
"""
11-
A reference to a model version in the format owner/name:version.
11+
A reference to a model version in the format owner/name or owner/name:version.
1212
"""
1313

1414
owner: str

0 commit comments

Comments
 (0)