diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-16 10:17:48 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-16 10:17:48 -0800 |
commit | df8bfea7df603a41c6c83a77b7fb93531b408a48 (patch) | |
tree | 757f006772c875c9f82a4a9597347dde2bbeb999 | |
parent | 7c0674641b28cd73fc0eea2ba91c1e03bf99e3fc (diff) | |
download | cryptography-df8bfea7df603a41c6c83a77b7fb93531b408a48.tar.gz cryptography-df8bfea7df603a41c6c83a77b7fb93531b408a48.tar.bz2 cryptography-df8bfea7df603a41c6c83a77b7fb93531b408a48.zip |
DOn't assume people know that contraction
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index dd20a4a4..8e879b05 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -42,8 +42,8 @@ and easy to use and don't require developers to make many decisions. The other level is low-level cryptographic primitives. These are often 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 "hazmat" -layer. +potential danger in working at this level, this is referred to as the +"hazardous materials" or "hazmat" layer. We recommend using the recipes layer whenever possible, and falling back to the hazmat layer only when necessary. |