ports/textproc/py-stemming/files/patch-2to3
2022-03-25 21:38:23 +08:00

11 lines
237 B
Text

--- stemming/porter.py.orig 2010-02-08 23:06:43 UTC
+++ stemming/porter.py
@@ -173,7 +173,7 @@ def stem(w):
return w
if __name__ == '__main__':
- print stem("fundamentally")
+ print(stem("fundamentally"))