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