From f176df95edc5bb751fe2bf949359c45e84592b2b Mon Sep 17 00:00:00 2001 From: Gra Date: Fri, 12 Jun 2009 17:14:21 +0200 Subject: [PATCH] Replaced 'divider' by 'ruler' in a comment. --- ikogPlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikogPlugin.py b/ikogPlugin.py index 6304aac..ad9876d 100644 --- a/ikogPlugin.py +++ b/ikogPlugin.py @@ -19,7 +19,7 @@ def getDivider(): ### The string that is used as a ruler on the console. ### In the standard application this is _________....___ -### @return the string you want to use as the divider +### @return the string you want to use as the ruler def getRuler(): return "---my ruler here---" -- 2.45.1