This commit is contained in:
Kovid Goyal 2014-09-20 18:19:48 +05:30
parent 76186773aa
commit a57243844f

View File

@ -606,7 +606,7 @@ class Cache(object):
''' Like :meth:`get_metadata` except that it returns a ProxyMetadata ''' Like :meth:`get_metadata` except that it returns a ProxyMetadata
object that only reads values from the database on demand. This is much 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 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) return ProxyMetadata(self, book_id)
@api @api