Skip to content

Commit 519b7ba

Browse files
author
Tom De Smedt
committed
py3: merge hayd's changes from pattern3 fork
1 parent 9ec2396 commit 519b7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
if p == "mbsp-tags":
7676
title = "Penn Treebank II tag set"
7777
# Download the online documentation pages.
78-
print "Retrieving", url + p
78+
print("Retrieving", url + p)
7979
html = URL(url + p).download(cached=False)
8080
# Parse the actual documentation, we don't need the website header, footer, navigation, search.
8181
html = Document(html)

0 commit comments

Comments
 (0)