From 6ade55f0d632dd75eff4a052eaa1b16652944066 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Wed, 19 Feb 2025 06:25:32 +0100 Subject: [PATCH] Improved documentation --- src/dvd-compare-python/dvd_compare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dvd-compare-python/dvd_compare.py b/src/dvd-compare-python/dvd_compare.py index e811410..50c6c30 100644 --- a/src/dvd-compare-python/dvd_compare.py +++ b/src/dvd-compare-python/dvd_compare.py @@ -8,7 +8,7 @@ class UnknownFormatError(Exception): class DcSearchResult: - """Simple container for search results, containing basic details.""" + """Simple container for DVD Compare Search Results, containing basic details.""" def __init__(self): self.label: str