Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 7238988 commit 3ad125eCopy full SHA for 3ad125e
1 file changed
Doc/perl/python.perl
@@ -64,8 +64,8 @@ sub use_current{
64
$_;
65
}
66
67
-sub do_cmd_pytype{ use_current(); }
68
-sub do_cmd_makevar{ use_current(); }
+sub do_cmd_pytype{ use_current(@_); }
+sub do_cmd_makevar{ use_current(@_); }
69
70
# Logical formatting (some based on texinfo), needs to be converted to
71
# minimalist HTML. The "minimalist" is primarily to reduce the size of
0 commit comments