From e4b447def7d217fde2a27bf2071c4d9fe72fbcb7 Mon Sep 17 00:00:00 2001 From: dieter Date: Tue, 20 Feb 2024 18:20:05 +0100 Subject: [PATCH] documentation fix from review [skip ci] --- src/ZPublisher/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZPublisher/__init__.py b/src/ZPublisher/__init__.py index f6a30fd496..f385a6ef64 100644 --- a/src/ZPublisher/__init__.py +++ b/src/ZPublisher/__init__.py @@ -91,7 +91,7 @@ def wrap(f): def zpublish_mark(obj): - """the ``zpublis`` indication at *obj*.""" + """the ``zpublish`` indication at *obj*.""" return getattr(obj, _ZPUBLISH_ATTR, None)