Skip to content

Commit 087e7ec

Browse files
committed
Remove trailing whitespaces
1 parent f8ab903 commit 087e7ec

File tree

11 files changed

+37
-37
lines changed

11 files changed

+37
-37
lines changed

docs/dev/library.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ invocation of beets usually has only one :class:`Library`. It's powered by
2020
abstraction, something like a very minimal `ORM`_. The library is also
2121
responsible for handling queries to retrieve stored objects.
2222

23-
Overview
23+
Overview
2424
''''''''
2525

2626
You can add new items or albums to the library via the
@@ -64,7 +64,7 @@ We provide CRUD-like methods for interacting with the database:
6464

6565
* :py:meth:`LibModel.store`
6666
* :py:meth:`LibModel.load`
67-
* :py:meth:`LibModel.remove`
67+
* :py:meth:`LibModel.remove`
6868
* :py:meth:`LibModel.add`
6969

7070
The base class :class:`beets.dbcore.Model` has a ``dict``-like interface, so

docs/guides/main.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ get it right:
103103
box. If you do that, you can skip the next step.
104104

105105
2. If you haven't done so already, set your ``PATH`` environment variable to
106-
include Python and its scripts. To do so, open the "Settings" application,
107-
then access the "System" screen, then access the "About" tab, and then hit
108-
"Advanced system settings" located on the right side of the screen. This
109-
should open the "System Properties" screen, then select the "Advanced" tab,
110-
then hit the "Environmental Variables..." button, and then look for the PATH
111-
variable in the table. Add the following to the end of the variable's value:
112-
``;C:\Python38;C:\Python38\Scripts``. You may need to adjust these paths to
106+
include Python and its scripts. To do so, open the "Settings" application,
107+
then access the "System" screen, then access the "About" tab, and then hit
108+
"Advanced system settings" located on the right side of the screen. This
109+
should open the "System Properties" screen, then select the "Advanced" tab,
110+
then hit the "Environmental Variables..." button, and then look for the PATH
111+
variable in the table. Add the following to the end of the variable's value:
112+
``;C:\Python38;C:\Python38\Scripts``. You may need to adjust these paths to
113113
point to your Python installation.
114114

115115
3. Now install beets by running: ``pip install beets``

docs/plugins/absubmit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Then, install ``beets`` with ``absubmit`` extra
2525

2626
pip install "beets[absubmit]"
2727

28-
Lastly, enable the plugin in your configuration (see :ref:`using-plugins`).
28+
Lastly, enable the plugin in your configuration (see :ref:`using-plugins`).
2929

3030

3131
Submitting Data

docs/plugins/chroma.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you're willing to pay the performance cost for fingerprinting, read on!
2323
Installing Dependencies
2424
-----------------------
2525

26-
To get fingerprinting working, you'll need to install three things:
26+
To get fingerprinting working, you'll need to install three things:
2727

2828
1. `pyacoustid`_ Python library (version 0.6 or later). You can install it by
2929
installing ``beets`` with ``chroma`` extra

docs/plugins/limit.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
Limit Query Plugin
22
==================
33

4-
``limit`` is a plugin to limit a query to the first or last set of
5-
results. We also provide a query prefix ``'<n'`` to inline the same
4+
``limit`` is a plugin to limit a query to the first or last set of
5+
results. We also provide a query prefix ``'<n'`` to inline the same
66
behavior in the ``list`` command. They are analogous to piping results:
77

88
$ beet [list|ls] [QUERY] | [head|tail] -n n
99

1010
There are two provided interfaces:
1111

12-
1. ``beet lslimit [--head n | --tail n] [QUERY]`` returns the head or
12+
1. ``beet lslimit [--head n | --tail n] [QUERY]`` returns the head or
1313
tail of a query
1414

1515
2. ``beet [list|ls] [QUERY] '<n'`` returns the head of a query
1616

17-
There are two differences in behavior:
17+
There are two differences in behavior:
1818

1919
1. The query prefix does not support tail.
2020

21-
2. The query prefix could appear anywhere in the query but will only
22-
have the same behavior as the ``lslimit`` command and piping to ``head``
21+
2. The query prefix could appear anywhere in the query but will only
22+
have the same behavior as the ``lslimit`` command and piping to ``head``
2323
when it appears last.
2424

25-
Performance for the query previx is much worse due to the current
26-
singleton-based implementation.
25+
Performance for the query previx is much worse due to the current
26+
singleton-based implementation.
2727

28-
So why does the query prefix exist? Because it composes with any other
29-
query-based API or plugin (see :doc:`/reference/query`). For example,
28+
So why does the query prefix exist? Because it composes with any other
29+
query-based API or plugin (see :doc:`/reference/query`). For example,
3030
you can use the query prefix in ``smartplaylist``
3131
(see :doc:`/plugins/smartplaylist`) to limit the number of tracks in a smart
3232
playlist for applications like most played and recently added.

docs/plugins/mpdstats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ configuration file. The available options are:
5151
beets library (e.g., because one is mounted on a NFS share), specify the path
5252
here.
5353
- **strip_path**: If your MPD library contains local path, specify the part to remove
54-
here. Combining this with **music_directory** you can mangle MPD path to match the
54+
here. Combining this with **music_directory** you can mangle MPD path to match the
5555
beets library one.
5656
Default: The beets library directory.
5757
- **rating**: Enable rating updates.

docs/plugins/parentwork.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This plugin adds seven tags:
3737
that has a composition date. Format: yyyy-mm-dd.
3838
- **parentwork_workid_current**: The MusicBrainz id of the work as it was when
3939
the parentwork was retrieved. This tag exists only for internal bookkeeping,
40-
to keep track of recordings whose works have changed.
40+
to keep track of recordings whose works have changed.
4141
- **parentwork_date**: The composition date of the parent work.
4242

4343
To use the ``parentwork`` plugin, enable it in your configuration (see
@@ -50,7 +50,7 @@ To configure the plugin, make a ``parentwork:`` section in your
5050
configuration file. The available options are:
5151

5252
- **force**: As a default, ``parentwork`` only fetches work info for
53-
recordings that do not already have a ``parentwork`` tag or where
53+
recordings that do not already have a ``parentwork`` tag or where
5454
``mb_workid`` differs from ``parentwork_workid_current``. If ``force``
5555
is enabled, it fetches it for all recordings.
5656
Default: ``no``

docs/plugins/play.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ indicates that you need to insert extra arguments before specifying the
9999
playlist.
100100

101101
The ``--yes`` (or ``-y``) flag to the ``play`` command will skip the warning
102-
message if you choose to play more items than the **warning_threshold**
102+
message if you choose to play more items than the **warning_threshold**
103103
value usually allows.
104104

105105
Note on the Leakage of the Generated Playlists

docs/plugins/spotify.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ in config.yaml under the ``spotify:`` section:
8585
Default: None.
8686
- **search_query_ascii**: If set to ``yes``, the search query will be converted to
8787
ASCII before being sent to Spotify. Converting searches to ASCII can
88-
enhance search results in some cases, but in general, it is not recommended.
89-
For instance `artist:deadmau5 album:4×4` will be converted to
88+
enhance search results in some cases, but in general, it is not recommended.
89+
For instance `artist:deadmau5 album:4×4` will be converted to
9090
`artist:deadmau5 album:4x4` (notice `×!=x`).
9191
Default: ``no``.
9292

docs/reference/cli.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Optional command flags:
116116
``incremental`` configuration option.
117117

118118
* If you don't want to record skipped files during an *incremental* import, use
119-
the ``--incremental-skip-later`` flag which corresponds to the
119+
the ``--incremental-skip-later`` flag which corresponds to the
120120
``incremental_skip_later`` configuration option.
121121
Setting the flag prevents beets from persisting skip decisions during a
122122
non-interactive import so that a user can make a decision regarding
@@ -359,7 +359,7 @@ on disk.
359359
By default, all the changed metadata will be populated back to the database.
360360
If you only want certain fields to be written, specify them with the ```-F```
361361
flags (which can be used multiple times). Alternatively, specify fields to *not*
362-
write with ```-e``` flags (which can be used multiple times). For the list of
362+
write with ```-e``` flags (which can be used multiple times). For the list of
363363
supported fields, please see ```beet fields```.
364364

365365
When an updated track is part of an album, the album-level fields of *all*

0 commit comments

Comments
 (0)