From 4178f1e380875fcecd15a687b2a2737172e711a8 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 7 Aug 2025 20:50:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20MODS:=20Fix=20typo=20in=20type?= =?UTF-8?q?=3Dtext=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods4pandas/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods4pandas/lib.py b/src/mods4pandas/lib.py index 45f50e8..76f53f0 100644 --- a/src/mods4pandas/lib.py +++ b/src/mods4pandas/lib.py @@ -203,7 +203,7 @@ class TagGroup: for e in self.group: if not e.attrib.get("type") == "text": e.attrib["type"] = "text" - warnings.warn("Added type='text')") + warnings.warn("Added type='text'") return self def remove_attributes(self, attribs) -> TagGroup: