diff options
Diffstat (limited to '')
| -rw-r--r-- | src/mailman/app/docs/plugins.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/app/docs/plugins.rst b/src/mailman/app/docs/plugins.rst index 42038b654..a66e4413d 100644 --- a/src/mailman/app/docs/plugins.rst +++ b/src/mailman/app/docs/plugins.rst @@ -113,6 +113,9 @@ initialization process. ... global counter ... print('post-hook:', counter) ... counter += 1 + ... + ... def rest_object(self): + ... pass ... """, file=fp) >>> fp.close() |
