summaryrefslogtreecommitdiff
path: root/src/zope/configuration/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/configuration/interfaces.py')
-rw-r--r--src/zope/configuration/interfaces.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zope/configuration/interfaces.py b/src/zope/configuration/interfaces.py
index 0d29239..224230a 100644
--- a/src/zope/configuration/interfaces.py
+++ b/src/zope/configuration/interfaces.py
@@ -39,8 +39,8 @@ class IConfigurationContext(Interface):
"""
package = BytesLine(
- title=(u"The current package name"),
- description=(u"""\
+ title=("The current package name"),
+ description=("""\
This is the name of the package containing the configuration
file being executed. If the configuration file was not
included by package, then this is None.