Skip to content

Commit 58a8be9

Browse files
committed
change docstring
1 parent dd39108 commit 58a8be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protosym/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def main(*args: str) -> int:
6-
"""ProtoSym."""
6+
"""Protosym CLI."""
77
print("Welcome to ProtoSym!")
88
return 0
99

0 commit comments

Comments
 (0)