This commit is contained in:
Kovid Goyal 2018-08-20 10:07:14 +05:30
parent 7128dd2abb
commit 19f83cde21
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -728,7 +728,7 @@ class Cache(object):
''' '''
Copy the format ``fmt`` to the file like object ``dest``. If the Copy the format ``fmt`` to the file like object ``dest``. If the
specified format does not exist, raises :class:`NoSuchFormat` error. specified format does not exist, raises :class:`NoSuchFormat` error.
dest can also be a path, in which case the format is copied to it, iff dest can also be a path (to a file), in which case the format is copied to it, iff
the path is different from the current path (taking case sensitivity the path is different from the current path (taking case sensitivity
into account). into account).
''' '''