mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix all wrong instances of "it's".
This commit is contained in:
parent
08c02dbb85
commit
7eb4b7d177
21 changed files with 34 additions and 34 deletions
|
@ -98,7 +98,7 @@ sub custom_driver_hook {
|
|||
$dir =~ s/$dd$//;
|
||||
$TEXINPUTS = "$dir$envkey$mytexinputs";
|
||||
# Push everything into $TEXINPUTS since LaTeX2HTML doesn't pick
|
||||
# this up on it's own; we clear $ENV{'TEXINPUTS'} so the value set
|
||||
# this up on its own; we clear $ENV{'TEXINPUTS'} so the value set
|
||||
# for this by the main LaTeX2HTML script doesn't contain duplicate
|
||||
# directories.
|
||||
if ($ENV{'TEXINPUTS'}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue