Skip to content

Commit de40fb9

Browse files
authored
Merge pull request #135 from cclauss/patch-3
CHANGES.rst: Fix typos discovered by codespell
2 parents d900971 + ffcfb5b commit de40fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This is a release without changes in functionality.
117117
0.5 (2014-05-27)
118118
----------------
119119

120-
* Exceptions in logging message handlers are now propogated and raised. This
120+
* Exceptions in logging message handlers are now propagated and raised. This
121121
allows, for example, to stop training earlier by pressing Ctrl-C.
122122

123123
* It is now possible to customize :class:`pycrfsuite.Trainer` logging
@@ -159,7 +159,7 @@ This is a release without changes in functionality.
159159
0.3 (2014-05-14)
160160
----------------
161161

162-
python-crfsuite now detects the featue format (dict vs list of strings)
162+
python-crfsuite now detects the feature format (dict vs list of strings)
163163
automatically - it turns out the performance overhead is negligible.
164164

165165
* ``Trainer.append_stringslists`` and ``Trainer.append_dicts`` methods

0 commit comments

Comments
 (0)