mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
corrected typo whilst reading
This commit is contained in:
parent
00c6d1439e
commit
fcc1951e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class LazyConvertDict(object):
|
|||
|
||||
class Model(object):
|
||||
"""An abstract object representing an object in the database. Model
|
||||
objects act like dictionaries (i.e., the allow subscript access like
|
||||
objects act like dictionaries (i.e., they allow subscript access like
|
||||
``obj['field']``). The same field set is available via attribute
|
||||
access as a shortcut (i.e., ``obj.field``). Three kinds of attributes are
|
||||
available:
|
||||
|
|
|
|||
Loading…
Reference in a new issue