Merge "[minor] Fix doc string for class"

This commit is contained in:
Zuul 2024-03-01 15:21:49 +00:00 committed by Gerrit Code Review
commit a6b74262a6
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):