diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-23 14:56:42 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-23 14:56:42 -0800 |
| commit | 446fae40100bdc483a4311f6e316d75cc2ff37df (patch) | |
| tree | 520f31852b07fe810878e6853bffd9e20383776d /docs/tutorials/wiki2/definingmodels.rst | |
| parent | 34a21b8b14adc93d26c35ae3e0c467874a36d01b (diff) | |
| download | pyramid-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.rst | 2 |
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 .`` |
