Use the new module-key for the FL module when hyperlinking (the old

one caused problems on case-insensitive file systems).
This commit is contained in:
Fred Drake 1999-04-29 18:42:18 +00:00
parent dbf7d99ae7
commit 673c65e500
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ with version 2.0b.
Most functions are literal translations of their C equivalents,
dropping the initial \samp{fl_} from their name. Constants used by
the library are defined in module \refmodule{FL} described below.
the library are defined in module \refmodule[fl-constants]{FL}
described below.
The creation of objects is a little different in Python than in C:
instead of the `current form' maintained by the library to which new