From d8614a298d3f01786535fb966b02b7bfc22a8a0c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 1 Jan 2014 08:22:40 -0800 Subject: Typo fix --- docs/index.rst | 2 +- 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 diff --git a/tox.ini b/tox.ini index 61143112..93f5b421 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.3