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 /README | |
| 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 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ DESCRIPTION Returns a list of all dictionaries. load_dictionary(dictionary : str) -> bool - Sets the fuction get() or a variable that get() reads + Sets the function get() or a variable that get() reads to identify which dictionary has been selected. The function shall return True if the dictionary exists, and False otherwise. @@ -30,7 +30,7 @@ DESCRIPTION Modifies and returns a word 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 word to lower case using Python's string class's lower() function. |
