Skip to content

Commit

Permalink
Merge branch 'i5739' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsteh committed Mar 3, 2016
2 parents 8c05cf4 + 3d0919a commit 47b989b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyCommandsDoc.py
Expand Up @@ -213,7 +213,7 @@ def _heading(self, m):
self._headings.append(m)
self._kcLastHeadingLevel = min(self._kcLastHeadingLevel, level - 1)

RE_SETTING_SINGLE_KEY = re.compile(ur"^[^|]+?[::]\s*([^|]+)\s*$")
RE_SETTING_SINGLE_KEY = re.compile(ur"^[^|]+?[::]\s*(.+?)\s*$")
def _handleSetting(self):
if not self._settingsHeaderRow:
raise KeyCommandsError("%d, setting command cannot be used before settingsSection command" % self._lineNum)
Expand Down

0 comments on commit 47b989b

Please sign in to comment.