Skip to content

Commit

Permalink
Merge pull request scrapy#1127 from nyov/docs-fix
Browse files Browse the repository at this point in the history
documentation build warning fixes
  • Loading branch information
curita committed Apr 1, 2015
2 parents 27591b5 + 92b5743 commit 66aef04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/topics/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in standard locations:

1. ``/etc/scrapy.cfg`` or ``c:\scrapy\scrapy.cfg`` (system-wide),
2. ``~/.config/scrapy.cfg`` (``$XDG_CONFIG_HOME``) and ``~/.scrapy.cfg`` (``$HOME``)
for global (user-wide) settings, and
for global (user-wide) settings, and
3. ``scrapy.cfg`` inside a scrapy project's root (see next section).

Settings from these files are merged in the listed order of preference:
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/items.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Various Scrapy components use extra information provided by Items:
exporters look at declared fields to figure out columns to export,
serialization can be customized using Item fields metadata, :mod:`trackref`
tracks Item instances to help finding memory leaks
(see :ref:`topics-leaks-trackrefs`_), etc.
(see :ref:`topics-leaks-trackrefs`), etc.

.. _dictionary-like: https://docs.python.org/2/library/stdtypes.html#dict

Expand Down

0 comments on commit 66aef04

Please sign in to comment.