summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-03-13 15:07:52 +0100
committerHynek Schlawack <hs@ox.cx>2016-03-13 15:17:34 +0100
commit65e4deffa00d9ccc6422d86910cbf3e7a5ff70d3 (patch)
treeb9556402120f09a15736b3b2edf5650af25de70f /CONTRIBUTING.rst
parent84c194aa64048880fba30152910947f8f4054902 (diff)
downloadpyopenssl-65e4deffa00d9ccc6422d86910cbf3e7a5ff70d3.tar.gz
De-Sphinx CHANGELOG & add rel info to description
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>`_]