@@ -228,10 +228,10 @@ affected distribution is activated. For example::
228
228
Basic ``WorkingSet `` Methods
229
229
----------------------------
230
230
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() ``:
235
235
236
236
237
237
``require(*requirements) ``
@@ -1552,11 +1552,11 @@ Parsing Utilities
1552
1552
.. _yield_lines() :
1553
1553
1554
1554
``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.)
1560
1560
1561
1561
If ``strs `` is not an instance of ``basestring ``, it is iterated over, and
1562
1562
each item is passed recursively to ``yield_lines() ``, so that an arbitrarily
@@ -1887,8 +1887,8 @@ History
1887
1887
* Fixed a bug in resource extraction from nested packages in a zipped egg.
1888
1888
1889
1889
0.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
1892
1892
location can now be set via the ``PYTHON_EGGS_CACHE `` environment variable,
1893
1893
and the default Windows cache is now a ``Python-Eggs `` subdirectory of the
1894
1894
current user's "Application Data" directory, if the ``PYTHON_EGGS_CACHE ``
0 commit comments