Skip to content

Commit 7e17dc3

Browse files
committed
Fix typo
1 parent 6c22343 commit 7e17dc3

File tree

1 file changed

+1
-1
lines changed
  • source-code/command-line-arguments/Fire

1 file changed

+1
-1
lines changed

source-code/command-line-arguments/Fire/sayer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(self, hello_name=None, bye_name=None):
5555
self.bye = Bye(bye_name)
5656

5757
def to(self):
58-
return 'Do you want to say hello or bye'
58+
return 'Do you want to say hello or bye?'
5959

6060
def info(self):
6161
return 'This is version 0.1beta'

0 commit comments

Comments
 (0)