summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/definingmodels.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-12-23 14:56:42 -0800
committerSteve Piercy <web@stevepiercy.com>2016-12-23 14:56:42 -0800
commit446fae40100bdc483a4311f6e316d75cc2ff37df (patch)
tree520f31852b07fe810878e6853bffd9e20383776d /docs/tutorials/wiki2/definingmodels.rst
parent34a21b8b14adc93d26c35ae3e0c467874a36d01b (diff)
downloadpyramid-446fae40100bdc483a4311f6e316d75cc2ff37df.tar.gz
pyramid-446fae40100bdc483a4311f6e316d75cc2ff37df.tar.bz2
pyramid-446fae40100bdc483a4311f6e316d75cc2ff37df.zip
fix reST syntax
Diffstat (limited to 'docs/tutorials/wiki2/definingmodels.rst')
-rw-r--r--docs/tutorials/wiki2/definingmodels.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/definingmodels.rst b/docs/tutorials/wiki2/definingmodels.rst
index 7d4a7baea..5cebb943c 100644
--- a/docs/tutorials/wiki2/definingmodels.rst
+++ b/docs/tutorials/wiki2/definingmodels.rst
@@ -40,7 +40,7 @@ Only the highlighted line needs to be added.
.. 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 .``