diff --git a/typeclasses/puppets.py b/typeclasses/puppets.py
index c471bc5..8f55c27 100755
--- a/typeclasses/puppets.py
+++ b/typeclasses/puppets.py
@@ -226,7 +226,7 @@ class Shrub(Puppet):
text = sub(r"\n", '
\n', text)
if msg_type and msg_type == 'look':
- text = text[0].upper + text[1:]
+ text = text[0].upper() + text[1:]
return f"
{text}
{text}
\n"