mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
typo in inline plugin docs
This commit is contained in:
parent
e017a95154
commit
2a38fcce6a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ on your ``plugins`` line, like so::
|
|||
Then, make a ``[pathfields]`` section in your config file. In this section,
|
||||
every line defines a new template field; the key is the name of the field
|
||||
(you'll use the name to refer to the field in your templates) and the value is a
|
||||
Python expression. The expression has all of a track's items in scope, so you
|
||||
Python expression. The expression has all of a track's fields in scope, so you
|
||||
can refer to any normal attributes (such as ``artist`` or ``title``) as Python
|
||||
variables. Here are a couple of examples::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue