From 2a38fcce6a3bf3cb1bde11ad336aaa7d84fbcd67 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 20 Apr 2012 09:58:02 -0700 Subject: [PATCH] typo in inline plugin docs --- docs/plugins/inline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/inline.rst b/docs/plugins/inline.rst index 8ff0e3b79..cca7c7b49 100644 --- a/docs/plugins/inline.rst +++ b/docs/plugins/inline.rst @@ -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::