Browse Source

Clarify encryption

Ask Solem 8 years ago
parent
commit
4fa6a49a2b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/userguide/tasks.rst

+ 2 - 2
docs/userguide/tasks.rst

@@ -471,8 +471,8 @@ arguments:
 
     For this reason you should probably encrypt your message if it contains
     sensitive information, or in this example with a credit card number
-    the actual number could be stored in a secure store that you retrieve
-    in the task itself.
+    the actual number could be stored encrypted in a secure store that you retrieve
+    and decrypt in the task itself.
 
 .. _task-retry: