diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-03 13:08:03 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-03 13:08:03 +0200 |
| commit | 80281d4be49e5a42f5c3548af9a32a788817cb2d (patch) | |
| tree | 1e5cc8fda07b376873363afa8737dec7166cf215 | |
| parent | 2bee32671eac872489f19a08e326e407d400a525 (diff) | |
| download | pyramid-80281d4be49e5a42f5c3548af9a32a788817cb2d.tar.gz pyramid-80281d4be49e5a42f5c3548af9a32a788817cb2d.tar.bz2 pyramid-80281d4be49e5a42f5c3548af9a32a788817cb2d.zip | |
simplify and shorten an overlong sentence
| -rw-r--r-- | pyramid/config/__init__.py | 6 |
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, |
