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:
Adrian Sampson 2014-04-10 11:51:21 -07:00
parent 6b0c03db9d
commit b322e3dda7

View file

@ -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.
"""