From 7c0a8416e3760053ea8ccef4eeba071a450c0bab Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Thu, 24 Oct 2024 21:16:42 +0200 Subject: [PATCH] Nuke trailing white space. Dummy innocent commit to trigger running the checks. --- docs/HISTORY.rst | 2 +- docs/handlers.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index c035569..15870fd 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -573,7 +573,7 @@ Historical Changelog - Forward-port changes from GenericSetup 0.11 and 0.12 (which were created in a separate repository). -- Merge sequence propertise with the purge="False" attribute rather than +- Merge sequence propertise with the purge="False" attribute rather than purgeing (the sequences are treated as sets, which means that duplicates are removed). This is useful in extension profiles. diff --git a/docs/handlers.rst b/docs/handlers.rst index ded368e..11813e3 100644 --- a/docs/handlers.rst +++ b/docs/handlers.rst @@ -50,7 +50,7 @@ node adapter import and export steps Top level handlers can be registered to manage import steps and / or export - steps and call the body adapters. + steps and call the body adapters. If you use the base classes from :mod:`Products.GenericSetup.utils`, XML and node adapters are implemented in a very similar way. Both can mix in