--- a/ProjectDjangoTagsMenu/FindTemplateTagDialog.py Sun Feb 02 20:02:23 2014 +0100 +++ b/ProjectDjangoTagsMenu/FindTemplateTagDialog.py Mon Feb 03 19:54:07 2014 +0100 @@ -66,7 +66,7 @@ @pyqtSlot() def on_createButton_clicked(self): """ - Private slot handling the user pressing the create button + Private slot handling the user pressing the create button. """ tagName = self.tagEdit.text().lower().strip() if tagName: