From 564266a315e84c4950723dfec7363c63044292d3 Mon Sep 17 00:00:00 2001 From: Joseph Davies Date: Fri, 8 Sep 2023 06:13:38 -0700 Subject: [PATCH] Fix typo. --- korman/exporter/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/exporter/manager.py b/korman/exporter/manager.py index 1001511..f7ea3b8 100644 --- a/korman/exporter/manager.py +++ b/korman/exporter/manager.py @@ -94,7 +94,7 @@ class ExportManager: raise ValueError("bl, so, or loc must be specified.") # pl can be a class or an instance. - # This is one of those "sanity" things to ensure we don't suddenly startpassing around the + # This is one of those "sanity" things to ensure we don't suddenly start passing around the # key of an uninitialized object. if isinstance(pl, type(object)): assert name or bl or so