diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 19:56:24 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 19:56:24 +0000 |
| commit | 714fa12a7be85d81c7ac22b1cf15ae5b4a34777d (patch) | |
| tree | 64db6f9f7d376c696a02f37e1cd58b6be03e3d0b /docutils/statemachine.py | |
| parent | 6677c45fc8fe2d855051a302c0d676d24ab43e26 (diff) | |
| download | docutils-0.10.tar.gz | |
Spelling fixesdocutils-0.10
git-svn-id: http://svn.code.sf.net/p/docutils/code/tags/docutils-0.10@8093 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/statemachine.py')
| -rw-r--r-- | docutils/statemachine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/statemachine.py b/docutils/statemachine.py index 0c26ee3d2..6a29b9747 100644 --- a/docutils/statemachine.py +++ b/docutils/statemachine.py @@ -313,7 +313,7 @@ class StateMachine: self.notify_observers() def is_next_line_blank(self): - """Return 1 if the next line is blank or non-existant.""" + """Return 1 if the next line is blank or non-existent.""" try: return not self.input_lines[self.line_offset + 1].strip() except IndexError: |
