diff --git a/mdto/mdto.py b/mdto/mdto.py index edf878b..3125cbf 100755 --- a/mdto/mdto.py +++ b/mdto/mdto.py @@ -398,7 +398,7 @@ class RaadpleeglocatieGegevens(Serializable): raadpleeglocatieOnline: str | List[str] = None def validate(self) -> None: - """Validate if `raadpleeglocatieOnline` is a RFC 3986 compliant URI""" + """Check if raadpleeglocatieOnline is a RFC 3986 compliant URI.""" super().validate() if not helpers.validate_url_or_urls(self.raadpleeglocatieOnline): raise ValidationError( @@ -704,7 +704,7 @@ def to_xml(self) -> ET.ElementTree: return super().to_xml("bestand") def validate(self) -> None: - """Validate if `URLBestand` is a RFC 3986 compliant URI""" + """Check if URLBestand is a RFC 3986 compliant URI""" super().validate() if not helpers.validate_url_or_urls(self.URLBestand): raise ValidationError(