aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2014-06-23 13:55:27 +0200
committerLaurens Van Houtven <_@lvh.cc>2014-06-23 13:55:27 +0200
commit1c07ddf6911d3d2810d8d0c26e66862b8e385343 (patch)
treea3fadc7bb5574797c2dd538ff7aa35ae7918a7c2 /docs/development
parent1dc0b146636d6a155efa22be220c88ef0c4f9952 (diff)
downloadcryptography-1c07ddf6911d3d2810d8d0c26e66862b8e385343.tar.gz
cryptography-1c07ddf6911d3d2810d8d0c26e66862b8e385343.tar.bz2
cryptography-1c07ddf6911d3d2810d8d0c26e66862b8e385343.zip
Fix ReST syntax for a code block
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/c-bindings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
index 1770e200..3fad00ff 100644
--- a/docs/development/c-bindings.rst
+++ b/docs/development/c-bindings.rst
@@ -107,7 +107,7 @@ Caveats
Sometimes, a set of loosely related features are added in the same
version, and it's impractical to create ``#ifdef`` statements for each
one. In that case, it may make sense to either check for a particular
-version. For example, to check for OpenSSL 1.0.0 or newer:
+version. For example, to check for OpenSSL 1.0.0 or newer::
#if OPENSSL_VERSION_NUMBER >= 0x10000000L