From d6673b7f799bda4833f52c861ad9eefbfcf5819c Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sun, 4 Aug 2013 01:20:15 +0200 Subject: [PATCH] plugins/zero.rst: Add a missing 'the' --- docs/plugins/zero.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/plugins/zero.rst b/docs/plugins/zero.rst index 19ce28d09..e99914a2e 100644 --- a/docs/plugins/zero.rst +++ b/docs/plugins/zero.rst @@ -6,12 +6,12 @@ can be nulled unconditionally or conditioned on a pattern match. For example, the plugin can strip useless comments like "ripped by MyGreatRipper." This plugin only affects files' tags; the beets database is unchanged. -To use plugin, enable it by including ``zero`` into ``plugins`` line of your -configuration file. To configure the plugin, use a ``zero:`` section in your -configuration file. Set ``fields`` to the (whitespace-separated) list of fields -to change. You can get the list of available fields by running ``beet fields``. -To conditionally filter a field, use ``field: [regexp, regexp]`` to specify -regular expressions. +To use the plugin, enable it by including ``zero`` in the ``plugins`` line of +your configuration file. To configure the plugin, use a ``zero:`` section in +your configuration file. Set ``fields`` to the (whitespace-separated) list of +fields to change. You can get the list of available fields by running ``beet +fields``. To conditionally filter a field, use ``field: [regexp, regexp]`` to +specify regular expressions. For example::