diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-01 08:22:40 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-01 08:22:40 -0800 |
commit | d8614a298d3f01786535fb966b02b7bfc22a8a0c (patch) | |
tree | 3bebd30c4e805c2a375ed856ad2f940130e5b228 | |
parent | 77762bcb2fae77de60d37c60f74874730eeb785b (diff) | |
download | cryptography-d8614a298d3f01786535fb966b02b7bfc22a8a0c.tar.gz cryptography-d8614a298d3f01786535fb966b02b7bfc22a8a0c.tar.bz2 cryptography-d8614a298d3f01786535fb966b02b7bfc22a8a0c.zip |
Typo fix
-rw-r--r-- | docs/index.rst | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 81e48dd8..9939182f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,7 +44,7 @@ dangerous and can be used incorrectly. They require making decisions and having an in-depth knowledge of the cryptographic concepts at work. Because of the potential danger in working at this level, this is referred to as the "hazardous materials" or "hazmat" layer. These live in the -``cryptography.hazmat`` package, and their documentation will always contain a +``cryptography.hazmat`` package, and their documentation will always contain an admonition at the top. We recommend using the recipes layer whenever possible, and falling back to the @@ -24,7 +24,7 @@ commands = # Temporarily disable coverage on pypy because of performance problems with # coverage.py on pypy. [testenv:pypy] -commands = py.test --capture=no +commands = py.test --capture=no --strict [testenv:pep8] deps = flake8 |