Skip to content

Commit

Permalink
Fix docstring for ModelVersionIdentifier (#216)
Browse files Browse the repository at this point in the history
Signed-off-by: Mattt Zmuda <mattt@replicate.com>
  • Loading branch information
mattt committed Dec 8, 2023
1 parent 2b7e88f commit 73f0137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replicate/identifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ModelVersionIdentifier(NamedTuple):
"""
A reference to a model version in the format owner/name:version.
A reference to a model version in the format owner/name or owner/name:version.
"""

owner: str
Expand Down

0 comments on commit 73f0137

Please sign in to comment.