Steve Piercy
2016-12-23 446fae40100bdc483a4311f6e316d75cc2ff37df
fix reST syntax
1 files modified
2 ■■■ changed files
docs/tutorials/wiki2/definingmodels.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/definingmodels.rst
@@ -40,7 +40,7 @@
.. note::
    We are using the ``bcrypt`` package from PyPI to hash our passwords securely. There are other one-way hash algorithms for passwords if bcrypt is an issue on your system. Just make sure that it's an algorithm approved for storing passwords versus a generic one-way hash.
    We are using the ``bcrypt`` package from PyPI to hash our passwords securely. There are other one-way hash algorithms for passwords if ``bcrypt`` is an issue on your system. Just make sure that it's an algorithm approved for storing passwords versus a generic one-way hash.
Running ``pip install -e .``