diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 15:05:10 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 15:05:10 +0100 |
| commit | 1d94cfcf04b8d4ce97fdd738e085911713dbe494 (patch) | |
| tree | b299019ec58e49f6d048e99f15709f27d7de14ed /dlu.1 | |
| parent | Update e-mail (diff) | |
| download | dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.gz dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.bz2 dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.xz | |
m fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | dlu.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ a Python 3 file which defines the functions: Returns a list of all dictionaries. .TP .BR load_dictionary "(\fIdictionary\fP : str) -> bool" -Sets the fuction +Sets the function .BR get () or a variable that .BR get () @@ -55,7 +55,7 @@ Modifies and returns a so that it can be used to compare against known words in the dictionary. -The default implemention of this function covers the +The default implementation of this function converts the .I word to lower case using Python's string class's .BR lower () |
