Skip to content

Commit 3a4b26c

Browse files
committed
ReStructuredText, not Markdown :(
1 parent 4d1c914 commit 3a4b26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/generating/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Just like a ``FileDestination`` can have a custom JSON encoder, so can your test
260260
# Logged messages will be validated using MyEncoder....
261261
...
262262
263-
Notice that the hyphen after `encoder_` is deliberate: by default keyword arguments are passed to the assertion function (the first argument to ``@capture_logging``) so it's marked this way to indicate it's part of Eliot's API.
263+
Notice that the hyphen after ``encoder_`` is deliberate: by default keyword arguments are passed to the assertion function (the first argument to ``@capture_logging``) so it's marked this way to indicate it's part of Eliot's API.
264264

265265
Custom testing setup
266266
--------------------

0 commit comments

Comments
 (0)