Fix formatting in the logcontext doc (#10337)
parent
f6767abc05
commit
33ae301fee
|
@ -0,0 +1 @@
|
||||||
|
Fix formatting in the logcontext documentation.
|
|
@ -17,7 +17,7 @@ class).
|
||||||
Deferreds make the whole thing complicated, so this document describes
|
Deferreds make the whole thing complicated, so this document describes
|
||||||
how it all works, and how to write code which follows the rules.
|
how it all works, and how to write code which follows the rules.
|
||||||
|
|
||||||
##Logcontexts without Deferreds
|
## Logcontexts without Deferreds
|
||||||
|
|
||||||
In the absence of any Deferred voodoo, things are simple enough. As with
|
In the absence of any Deferred voodoo, things are simple enough. As with
|
||||||
any code of this nature, the rule is that our function should leave
|
any code of this nature, the rule is that our function should leave
|
||||||
|
|
Loading…
Reference in New Issue