mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
fix Sphinx complaint
Apparently, the ReST syntax doesn't like letters appearing after a `backticked` phrase. That's sorta annoying.
This commit is contained in:
parent
6b0c03db9d
commit
b322e3dda7
1 changed files with 2 additions and 1 deletions
|
|
@ -389,7 +389,8 @@ class Item(LibModel):
|
|||
plugins.send('after_write', item=self, path=path)
|
||||
|
||||
def try_write(self, path=None):
|
||||
"""Calls `write()` but catches and logs `FileOperationError`s.
|
||||
"""Calls `write()` but catches and logs `FileOperationError`
|
||||
exceptions.
|
||||
|
||||
Returns `False` an exception was caught and `True` otherwise.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue