aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 15:05:10 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 15:05:10 +0100
commit1d94cfcf04b8d4ce97fdd738e085911713dbe494 (patch)
treeb299019ec58e49f6d048e99f15709f27d7de14ed /README
parentUpdate e-mail (diff)
downloaddlu-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--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 934b424..a6a989c 100644
--- a/README
+++ b/README
@@ -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.