Improve docstrings

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2019-03-20 21:12:56 +00:00
parent 3b269e7a3b
commit e56c636fd3
26 changed files with 583 additions and 488 deletions

View File

@@ -66,8 +66,9 @@ class TestCase(unittest.TestCase):
@staticmethod
def readCue(name):
"""
Read a .cue file, and replace the version comment with the current
version so we can use it in comparisons.
Read a .cue file replacing the version comment with the current value.
So that it can be used in comparisons.
"""
cuefile = os.path.join(os.path.dirname(__file__), name)
with open(cuefile) as f: