aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer-guide.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-15 15:49:29 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-15 15:49:29 -0500
commit4bf1bfade0e23f74667989932f3c80c1252a64ef (patch)
tree8d3b1e444b60098f214a33e52c11f4f663365b7b /docs/developer-guide.txt
parent4b4d420dac162a07f0ae57d88d563e4e41b290ad (diff)
downloadexternal_python_setuptools-4bf1bfade0e23f74667989932f3c80c1252a64ef.tar.gz
external_python_setuptools-4bf1bfade0e23f74667989932f3c80c1252a64ef.tar.bz2
external_python_setuptools-4bf1bfade0e23f74667989932f3c80c1252a64ef.zip
Correct syntax error in docs.
Diffstat (limited to 'docs/developer-guide.txt')
-rw-r--r--docs/developer-guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
index 651e6be8..558d6ee7 100644
--- a/docs/developer-guide.txt
+++ b/docs/developer-guide.txt
@@ -45,7 +45,7 @@ ticket already exists for your issue. If not, create one. Try to think from
the perspective of the reader. Explain what behavior you expected, what you
got instead, and what factors might have contributed to the unexpected
behavior. In Bitbucket, surround a block of code or traceback with the triple
-backtick "```" so that it is formatted nicely.
+backtick "\`\`\`" so that it is formatted nicely.
Filing a ticket provides a forum for justification, discussion, and
clarification. The ticket provides a record of the purpose for the change and