@@ -228,10 +228,10 @@ affected distribution is activated. For example::
228228Basic ``WorkingSet `` Methods
229229----------------------------
230230
231- The following methods of ``WorkingSet `` objects are also available as module-
232- level functions in ``pkg_resources `` that apply to the default `` working_set ``
233- instance. Thus, you can use e.g. ``pkg_resources.require() `` as an
234- abbreviation for ``pkg_resources.working_set.require() ``:
231+ The following methods of ``WorkingSet `` objects are also available as
232+ module- level functions in ``pkg_resources `` that apply to the default
233+ `` working_set `` instance. Thus, you can use e.g. ``pkg_resources.require() ``
234+ as an abbreviation for ``pkg_resources.working_set.require() ``:
235235
236236
237237``require(*requirements) ``
@@ -1552,11 +1552,11 @@ Parsing Utilities
15521552.. _yield_lines() :
15531553
15541554``yield_lines(strs) ``
1555- Yield non-empty/non-comment lines from a string/unicode or a possibly-
1556- nested sequence thereof. If ``strs `` is an instance of `` basestring ``, it
1557- is split into lines, and each non-blank, non-comment line is yielded after
1558- stripping leading and trailing whitespace. (Lines whose first non-blank
1559- character is ``# `` are considered comment lines.)
1555+ Yield non-empty/non-comment lines from a string/unicode or a
1556+ possibly- nested sequence thereof. If ``strs `` is an instance of
1557+ `` basestring ``, it is split into lines, and each non-blank, non-comment
1558+ line is yielded after stripping leading and trailing whitespace. (Lines
1559+ whose first non-blank character is ``# `` are considered comment lines.)
15601560
15611561 If ``strs `` is not an instance of ``basestring ``, it is iterated over, and
15621562 each item is passed recursively to ``yield_lines() ``, so that an arbitrarily
@@ -1887,8 +1887,8 @@ History
18871887 * Fixed a bug in resource extraction from nested packages in a zipped egg.
18881888
188918890.5a12
1890- * Updated extraction/cache mechanism for zipped resources to avoid inter-
1891- process and inter-thread races during extraction. The default cache
1890+ * Updated extraction/cache mechanism for zipped resources to avoid
1891+ inter- process and inter-thread races during extraction. The default cache
18921892 location can now be set via the ``PYTHON_EGGS_CACHE `` environment variable,
18931893 and the default Windows cache is now a ``Python-Eggs `` subdirectory of the
18941894 current user's "Application Data" directory, if the ``PYTHON_EGGS_CACHE ``
0 commit comments