summaryrefslogtreecommitdiff
path: root/developers-manual.rst
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-23 05:57:20 +0000
committerbuckE <buckE@disroot.org>2020-06-23 05:57:20 +0000
commitd2a97ad1f7b4d5b91ff4e34acc4dbcdf53291f4f (patch)
tree7822af7042a47ec0bb042e32bfe00d2d9191fa33 /developers-manual.rst
parent7a937ebaf0966e6940d586021a4a28686b004281 (diff)
downloaddocs-d2a97ad1f7b4d5b91ff4e34acc4dbcdf53291f4f.tar.gz
docs-d2a97ad1f7b4d5b91ff4e34acc4dbcdf53291f4f.tar.bz2
docs-d2a97ad1f7b4d5b91ff4e34acc4dbcdf53291f4f.zip
another `
Diffstat (limited to 'developers-manual.rst')
-rw-r--r--developers-manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/developers-manual.rst b/developers-manual.rst
index 85bf257f..36a2ee27 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -341,7 +341,7 @@ Best Practices:
- Create a worker from a shell account with this command: ``buildbot-worker create-worker <workername> localhost <username> <password>``
-Then make sure there is a WORKER defined in master.cfg like: `worker.Worker("<username>", "<password>")``
+Then make sure there is a WORKER defined in master.cfg like: ``worker.Worker("<username>", "<password>")``
Documentation Builder
---------------------