Skip to content

Commit acf1cfa

Browse files
authored
Merge pull request #19 from atnbueno/master
Fix typo in method description
2 parents 440e797 + b6f17aa commit acf1cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dokuwiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class Dataentry(object):
469469
@staticmethod
470470
def get(content, keep_order=False):
471471
"""Get dataentry from *content*. *keep_order* indicates whether to
472-
return an ordered dictionnay."""
472+
return an ordered dictionary."""
473473
if keep_order:
474474
from collections import OrderedDict
475475
dataentry = OrderedDict()

0 commit comments

Comments
 (0)