diff options
Diffstat (limited to 'software')
-rw-r--r-- | software/chapter.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/chapter.tex b/software/chapter.tex index 5888073..0027c5f 100644 --- a/software/chapter.tex +++ b/software/chapter.tex @@ -281,7 +281,7 @@ class Person(): if food == self.favorite_food:
return 'yum! my favorite'
elif food == self.hated_food:
- return 'gross---no thank you'''''''''
+ return 'gross---no thank you'
else:
return 'meh''
\end{codefragment}
|