[minor] Fix doc string for class

Change-Id: I15b19dbbc77e211dff78bb9ba5e7c7210b08a529
This commit is contained in:
Abhishek Kekane 2024-02-27 17:28:48 +00:00
parent 0bbaec2eeb
commit 591f479442
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ CONF = cfg.CONF
class Driver(base.Driver):
"""
Cache driver that uses xattr file tags and requires a filesystem
that has atimes set.
Cache driver that uses centralized database to store cache
information.
"""
def __init__(self):