taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit d2a97ad1f7b4d5b91ff4e34acc4dbcdf53291f4f
parent 7a937ebaf0966e6940d586021a4a28686b004281
Author: buckE <buckE@disroot.org>
Date:   Tue, 23 Jun 2020 05:57:20 +0000

another `

Diffstat:
Mdevelopers-manual.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 ---------------------