summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index d2f8091..1043703 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -66,7 +66,7 @@ When introducing new functionality, please remember to write documentation.
.. code-block:: rst
- - Added :func:`OpenSSL.crypto.some_func` to do something awesome.
+ - Added ``OpenSSL.crypto.some_func()`` to do something awesome.
[`#1 <https://github.com/pyca/pyopenssl/pull/1>`_]