We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d414f10 commit 8ffae60Copy full SHA for 8ffae60
1 file changed
implement-cowsay/cow.py
@@ -24,7 +24,7 @@
24
25
args = parser.parse_args()
26
27
-# get the correct anima function by name
+# get the correct animal function by name
28
animal_func = getattr(cowsay, args.animal)
29
30
-print(animal_func(" ".join(args.message)))
+animal_func(" ".join(args.message))
0 commit comments