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 0a2eb13 commit 10ad52eCopy full SHA for 10ad52e
1 file changed
Doc/perl/python.perl
@@ -58,12 +58,15 @@ sub do_cmd_varvars{
58
$_;
59
}
60
61
-sub do_cmd_pytype{
+sub use_current{
62
local($_) = @_;
63
s|$next_pair_pr_rx|\2|;
64
65
66
67
+sub do_cmd_pytype{ use_current(); }
68
+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
72
# output files for users that read them over the network rather than
0 commit comments