summaryrefslogtreecommitdiff
path: root/docs/source/configuration/hooks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/configuration/hooks.rst')
-rw-r--r--docs/source/configuration/hooks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/configuration/hooks.rst b/docs/source/configuration/hooks.rst
index a384d73e..7577e87a 100644
--- a/docs/source/configuration/hooks.rst
+++ b/docs/source/configuration/hooks.rst
@@ -184,7 +184,7 @@ Apart from command pre- and posthooks, the following hooks will be interpreted:
returns `prefix` and `suffix` for a sanitized filename to use while
opening an attachment.
The `prefix` and `suffix` are used to open a file named
- `prefix` + `XXXXXX` + `suffix` in a temporary directory.
+ `prefix` + `XXXXXX` + `suffix` in a temporary directory.
:param filename: filename provided in the email (can be None)
:type filename: str or None