diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-03-18 15:29:00 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-03-18 15:31:46 +0000 |
commit | c5fffd3b33ace832697e2086411dc4e4f1ab03d0 (patch) | |
tree | e0c2671f4af2d5acacb28c99506ae31d43d98078 /docs/development/submitting-patches.rst | |
parent | 38c42635490d24d7ee88041b52002156c6f5a676 (diff) | |
download | cryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.tar.gz cryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.tar.bz2 cryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.zip |
Standardise on sentence case for titles
Diffstat (limited to 'docs/development/submitting-patches.rst')
-rw-r--r-- | docs/development/submitting-patches.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/submitting-patches.rst b/docs/development/submitting-patches.rst index 1797b9c1..f1bf954b 100644 --- a/docs/development/submitting-patches.rst +++ b/docs/development/submitting-patches.rst @@ -1,4 +1,4 @@ -Submitting Patches +Submitting patches ================== * Always make a new branch for your work. @@ -29,7 +29,7 @@ Additionally, every Python code file must contain from __future__ import absolute_import, division, print_function -API Considerations +API considerations ~~~~~~~~~~~~~~~~~~ Most projects' APIs are designed with a philosophy of "make easy things easy, |