diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-27 20:42:54 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-27 20:42:54 -0600 |
commit | 745ee07dcf72bee4dab1d807779be6449a81b96f (patch) | |
tree | 62cf457fe47a93c660f8961af0157df71aea144a /docs | |
parent | ccd9c0069f6955e8325ec63853e4609241cbea06 (diff) | |
download | cryptography-745ee07dcf72bee4dab1d807779be6449a81b96f.tar.gz cryptography-745ee07dcf72bee4dab1d807779be6449a81b96f.tar.bz2 cryptography-745ee07dcf72bee4dab1d807779be6449a81b96f.zip |
Fix docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 336d2acb..63c99530 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -136,7 +136,7 @@ Include a space after commas between parameters: // Bad long f(int,char *) -Values set by #define should be assigned the appropriate type. If you see +Values set by ``#define`` should be assigned the appropriate type. If you see this: .. code-block:: c |