Skip to content

Commit 940b539

Browse files
committed
Correct bug in documentation MWE
Closes #38
1 parent a0b7f80 commit 940b539

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/mwe.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Take the following small example file as *our-edition.tex*
1717
We have a passage of text here, such \edtext{a}{\Afootnote{om. M}} nice
1818
place for a critical note.
1919
\pend
20+
21+
\endnumbering
2022
\end{document}
2123
2224
If we annotate that with the command ``samewords our-edition.tex`` (in the same

samewords/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"""
77
__all__ = ['brackets', 'cli', 'core', 'document', 'matcher', 'settings',
88
'tokenize']
9-
__version__ = '0.5.5'
9+
__version__ = '0.5.6'
1010

1111
import samewords.core

0 commit comments

Comments
 (0)