mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
76186773aa
commit
a57243844f
@ -606,7 +606,7 @@ class Cache(object):
|
||||
''' Like :meth:`get_metadata` except that it returns a ProxyMetadata
|
||||
object that only reads values from the database on demand. This is much
|
||||
faster than get_metadata when only a small number of fields need to be
|
||||
accessed from the reutrned metadata object. '''
|
||||
accessed from the returned metadata object. '''
|
||||
return ProxyMetadata(self, book_id)
|
||||
|
||||
@api
|
||||
|
Loading…
x
Reference in New Issue
Block a user