Skip to content

Commit f5b8938

Browse files
committed
fix typo
1 parent 6f37a6e commit f5b8938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visiomode/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def get_protocol(cls, protocol_id: str) -> typing.Optional[dict]:
413413

414414
@classmethod
415415
def get_protocols(cls) -> list[dict]:
416-
"""Returns all prtocol schemas from the database.
416+
"""Returns all protocol schemas from the database.
417417
418418
Returns:
419419
list[dict]: List of dictionaries, each dictionary containing a protocol schema.

0 commit comments

Comments
 (0)