Skip to content

Commit

Permalink
docs: fix simple typo, organisating -> organising
Browse files Browse the repository at this point in the history
There is a small typo in hypothesis-python/src/hypothesis/internal/conjecture/dfa/lstar.py.

Should read `organising` rather than `organisating`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
  • Loading branch information
timgates42 authored and Zac-HD committed Jul 25, 2022
1 parent 05edeaa commit 5e133f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -142,7 +142,7 @@ def __init__(self, member):

# When we're trying to figure out what state a string leads to we will
# end up searching to find a suitable candidate. By putting states in
# a self-organisating list we ideally minimise the number of lookups.
# a self-organising list we ideally minimise the number of lookups.
self.__self_organising_states = SelfOrganisingList(self.__states)

self.start = 0
Expand Down

0 comments on commit 5e133f7

Please sign in to comment.