mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-03 07:51:28 +01:00
comment typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
fe5a300641
commit
8633c265ab
1 changed files with 1 additions and 1 deletions
|
@ -2612,7 +2612,7 @@ Class used for correcting spellos and typos,
|
|||
Note that this implementation will not find that correctly spelled word are correct faster than it corrects words.
|
||||
It is also limited to words of size 0 to 127 (inclusive)
|
||||
'''
|
||||
class SpelloCorrecter(): # Naïvely and quickly proted and adapted from optimised Java, may not be the nicest, or even fast, Python code
|
||||
class SpelloCorrecter(): # Naïvely and quickly ported and adapted from optimised Java, may not be the nicest, or even fast, Python code
|
||||
'''
|
||||
Constructor
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue