Beispiel #1
0
 def pluralize(self):
     '''Return the plural version of the word as a string.'''
     return Word(_pluralize(self.string))
Beispiel #2
0
 def pluralize(self):
     '''Return the plural version of the word as a string.'''
     return Word(_pluralize(self.string))