Corrects docstring in Cassandra storage driver

__init__.py in poppy/storage/cassandra contains a docstring with an incorrect reference to MongoDB.

"""MongoDB Storage Driver for CDN"""

This should read:

"""Cassandra Storage Driver for CDN"""

Change-Id: I55d84012ab6134b983487594ff0746f8d0285097
Closes-Bug: #1417368
This commit is contained in:
Robert Morgan 2015-02-02 21:59:25 -06:00
parent 2ecf77ca19
commit e002a765b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
"""MongoDB Storage Driver for CDN"""
"""Cassandra Storage Driver for CDN"""
from poppy.storage.cassandra import driver