aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-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.