ProjectDjangoTagsMenu/FindTemplateTagDialog.py

changeset 3
6d10c1249cb8
parent 2
4be31b0908c7
child 4
ba04ed0b14a1
--- 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:

eric ide

mercurial