diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-04-01 18:37:35 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-04-01 18:37:35 -0400 |
commit | 4c8e1574d3a736ad129d3925595966f6e93bbeca (patch) | |
tree | b6aa9ed55ebbd8310f12649e212ef4315d3a8722 | |
parent | 29d1acda68dff4ccb8deb0f003c450bdfdc37293 (diff) |
Fixed extra comma
-rw-r--r-- | sites/www/installing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst index 57b639f0..9da7c23d 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -60,7 +60,7 @@ C extension ----------- Unless you are installing from a precompiled source such as a Debian apt -repository or RedHat RPM,, you will also need the ability to build Python +repository or RedHat RPM, you will also need the ability to build Python C-based modules from source in order to install Cryptography. Users on **Unix- based platforms** such as Ubuntu or Mac OS X will need the traditional C build toolchain installed (e.g. Developer Tools / XCode Tools on the Mac, or the |