We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 106034c + c00d9df commit 2ca4d73Copy full SHA for 2ca4d73
1 file changed
doc/fill_gpi.py
@@ -10,7 +10,7 @@
10
import sys
11
import os
12
import inspect
13
-from itertools import izip_longest
+from itertools import zip_longest
14
import shutil
15
16
doc_dir = os.path.dirname(os.path.realpath(__file__))
0 commit comments