summaryrefslogtreecommitdiff
path: root/textproc/py-stemming/files/patch-2to3
blob: 2bca3a4bd2e40dff63a5ca39fc2c036b5a5d4d9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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"))