Skip to content

Commit

Permalink
Changed comment to better reflect class intent
Browse files Browse the repository at this point in the history
  • Loading branch information
assrinivasan committed May 25, 2024
1 parent f13e549 commit 6964ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_platform_base/sonic_storage/storage_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class StorageBase(object):
"""
Base class for interfacing with a SSD
Base class for interfacing with a storage disk
"""
def __init__(self, diskdev):
"""
Expand Down

0 comments on commit 6964ae1

Please sign in to comment.