commit 6680c55e6af8c0deb39e37670422df9a58e372d4 Author: Damian Johnson atagar@torproject.org Date: Mon Apr 3 22:29:15 2017 -0700
Fix bolding of enum keys
Oops, forgot to bold a couple enums. --- stem/descriptor/certificate.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/stem/descriptor/certificate.py b/stem/descriptor/certificate.py index 104988b..c3694e5 100644 --- a/stem/descriptor/certificate.py +++ b/stem/descriptor/certificate.py @@ -41,19 +41,19 @@ used to validate the key used to sign server descriptors. ==================== =========== ExtensionType Description ==================== =========== - HAS_SIGNING_KEY includes key used to sign the certificate + **HAS_SIGNING_KEY** includes key used to sign the certificate ==================== ===========
.. data:: ExtensionFlag (enum)
Flags that can be assigned to Ed25519 certificate extensions.
- ==================== =========== - ExtensionFlag Description - ==================== =========== - AFFECTS_VALIDATION extension affects whether the certificate is valid - UNKNOWN extension includes flags not yet recognized by stem - ==================== =========== + ====================== =========== + ExtensionFlag Description + ====================== =========== + **AFFECTS_VALIDATION** extension affects whether the certificate is valid + **UNKNOWN** extension includes flags not yet recognized by stem + ====================== =========== """
import base64
tor-commits@lists.torproject.org