templatekw: correct typo in activebookmark documentation

This commit is contained in:
Matt Harbison 2015-06-24 11:15:00 -04:00
parent 0508027d17
commit 906e3d1b5d

View File

@ -228,7 +228,7 @@ def showcurrentbookmark(**args):
return showactivebookmark(**args)
def showactivebookmark(**args):
""":activetbookmark: String. The active bookmark, if it is
""":activebookmark: String. The active bookmark, if it is
associated with the changeset"""
active = args['repo']._activebookmark
if active and active in args['ctx'].bookmarks():