Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Documentation/Exceptions/1327060200.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ There was a leading white space in the recipient's email address:
:caption: Wrong yaml

finishers:
-
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That whas the "broken" example by intention see caption "Wrong yaml". Making this correct is not the way to go here and mages the example "wrong yaml" versus "correct yaml" below superlous and people will have hard time to figure that out.

Maybe we can refactor this to a "diff" instead between the two version.

In current state this is not mergable.

options:
recipients:
' [email protected]': 'Name'
-
options:
recipients:
'[email protected]': 'Name'


.. code-block:: yaml
Expand Down