From 3c4100e9703fae1c5fdbf4835dac37b1cba2eeb1 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Thu, 19 Feb 2004 11:11:06 +0000 Subject: [PATCH] Make comment clearer. git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/MIME-Editor@3339 66de3db3-b00d-0410-b41b-f4738ad19bea --- fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fields.py b/fields.py index 62146ef..209fc4a 100644 --- a/fields.py +++ b/fields.py @@ -170,7 +170,7 @@ class Glob(Field): "? - any one character\n" "* - zero or more characters\n" "[abc] - any character between the brackets\n" - "Example: '*.html' matches all files ending in '.html'\n" + "Example: *.html matches all files ending in '.html'\n" "(or '.HTML', etc)")), False, True, 0) self.entry = g.Entry() -- 2.11.4.GIT