Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aiml/DefaultSubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
he = I
# and so on...

# the 'normal' section contains subtitutions run on every input
# the 'normal' section contains substitutions run on every input
# string passed into Kernel.respond(). It's mainly used to
# correct common misspellings, and to convert contractions
# ("WHAT'S") into a format that will match an AIML pattern ("WHAT
Expand Down
4 changes: 2 additions & 2 deletions aiml/Kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def numCategories(self):
def resetBrain(self):
"""Reset the brain to its initial state.

This is essentially equivilant to:
This is essentially equivalent to:
del(kern)
kern = aiml.Kernel()

Expand Down Expand Up @@ -980,7 +980,7 @@ def _processThat(self,elem, sessionID):
recent, and so on.

<that> elements (when they appear inside <template> elements)
are the output equivilant of <input> elements; they return one
are the output equivalent of <input> elements; they return one
of the Kernel's previous responses.

"""
Expand Down