Skip to content

Commit d26f109

Browse files
author
Jason Ward
committed
refs #53: a val of none no longer triggers the inline handlers.
1 parent 7e69b33 commit d26f109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydocx/DocxParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
INDENTATION_RIGHT = 'right'
3131
INDENTATION_LEFT = 'left'
3232
INDENTATION_FIRST_LINE = 'firstLine'
33-
DISABLED_VALUES = ['false', '0']
33+
DISABLED_VALUES = ['false', '0', 'none']
3434

3535
# Add some helper functions to Element to make it slightly more readable
3636

0 commit comments

Comments
 (0)