diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-02-04 12:25:05 -0800 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-02-04 12:25:05 -0800 |
| commit | 89c975b11b4808bf05001060510ebb40027543dd (patch) | |
| tree | e8673ea34b177d6557e675f799af9d103e1c21f2 | |
| parent | 78e99d1fc6b30c316f55ca4a00a859af5742307b (diff) | |
| parent | 80281d4be49e5a42f5c3548af9a32a788817cb2d (diff) | |
| download | pyramid-89c975b11b4808bf05001060510ebb40027543dd.tar.gz pyramid-89c975b11b4808bf05001060510ebb40027543dd.tar.bz2 pyramid-89c975b11b4808bf05001060510ebb40027543dd.zip | |
Merge pull request #840 from tshepang/simplify
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, |
