From f8799be7396096b45df3c5bdabc5a2752431df54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Sun, 15 May 2011 13:09:12 +0000 Subject: [PATCH] fix capitalization git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@3110 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/filelocator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyx/filelocator.py b/pyx/filelocator.py index 3f1b04dd..da778f7e 100644 --- a/pyx/filelocator.py +++ b/pyx/filelocator.py @@ -55,7 +55,7 @@ locator_classes["local"] = local class internal_pkgutil: - """locates files within the pyx data tree (via pkgutil)""" + """locates files within the PyX data tree (via pkgutil)""" def openers(self, filename, names, extensions, mode): for extension in extensions: @@ -72,7 +72,7 @@ class internal_pkgutil: return [] class internal_open: - """locates files within the pyx data tree (via an open relative to the path of this file)""" + """locates files within the PyX data tree (via an open relative to the path of this file)""" def openers(self, filename, names, extensions, mode): result = [] -- 2.11.4.GIT