mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix stupid typo.
This commit is contained in:
parent
e61f365b0b
commit
08abe8e275
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ sub do_cmd_option {
|
|||
}
|
||||
|
||||
sub do_cmd_filevar {
|
||||
return use_wrappers(@_[0], '<font face="sans-serif"></i>', '</i></font>');
|
||||
return use_wrappers(@_[0], '<font face="sans-serif"><i>', '</i></font>');
|
||||
}
|
||||
|
||||
sub do_cmd_XXX {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue