Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZach Shepherd <shepherdz@vmware.com>2017-04-04 00:55:27 +0300
committerZach Shepherd <shepherdz@vmware.com>2017-04-04 00:55:27 +0300
commitaf5fd4f6bdeb21edb4666323191db7500a377eb9 (patch)
tree506bc71faef19eba3f6819778ab45e7d1c6edaf4 /docs
parent3f625d3a0d396326561af02dfeec922783aaa0e1 (diff)
docs: use monospace syntax for method name
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 75a65fab7..98ecfaccc 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -169,8 +169,8 @@ challenges: HTTP, TLS-SNI, and DNS, represented by classes in `acme.challenges`.
An authenticator plugin should implement support for at least one challenge type.
An Authenticator indicates which challenges it supports by implementing
-get_chall_pref(domain) to return a sorted list of challenge types in preference
-order.
+`get_chall_pref(domain)` to return a sorted list of challenge types in
+preference order.
An Authenticator must also implement `perform(achalls)`, which "performs" a list
of challenges by, for instance, provisioning a file on an HTTP server, or