diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-05-31 16:11:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 16:11:34 +0100 |
commit | c2c3092cce2057983fb99d096824bcb2204dbc82 (patch) | |
tree | e2577e291853dd5ff7b993d86323cad865203e93 /docs/code_style.rst | |
parent | Run Prometheus on a different port, optionally. (#3274) (diff) | |
download | synapse-c2c3092cce2057983fb99d096824bcb2204dbc82.tar.xz |
code_style.rst: formatting
Diffstat (limited to '')
-rw-r--r-- | docs/code_style.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/code_style.rst b/docs/code_style.rst index 9c52cb3182..62800b5b3e 100644 --- a/docs/code_style.rst +++ b/docs/code_style.rst @@ -16,7 +16,7 @@ print("I am a fish %s" % "moo") - and this:: + and this:: print( "I am a fish %s" % |