summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-03 13:08:03 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-03 13:08:03 +0200
commit80281d4be49e5a42f5c3548af9a32a788817cb2d (patch)
tree1e5cc8fda07b376873363afa8737dec7166cf215
parent2bee32671eac872489f19a08e326e407d400a525 (diff)
downloadpyramid-80281d4be49e5a42f5c3548af9a32a788817cb2d.tar.gz
pyramid-80281d4be49e5a42f5c3548af9a32a788817cb2d.tar.bz2
pyramid-80281d4be49e5a42f5c3548af9a32a788817cb2d.zip
simplify and shorten an overlong sentence
-rw-r--r--pyramid/config/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/pyramid/config/__init__.py b/pyramid/config/__init__.py
index d662c7d3a..e1320a55f 100644
--- a/pyramid/config/__init__.py
+++ b/pyramid/config/__init__.py
@@ -821,10 +821,8 @@ class Configurator(
def with_package(self, package):
""" Return a new Configurator instance with the same registry
- as this configurator using the package supplied as the
- ``package`` argument to the new configurator. ``package`` may
- be an actual Python package object or a :term:`dotted Python name`
- representing a package."""
+ as this configurator. ``package`` may be an actual Python package
+ object or a :term:`dotted Python name` representing a package."""
configurator = self.__class__(
registry=self.registry,
package=package,