Add missing html tag

This commit is contained in:
Mark Shannon
2019-08-22 10:37:39 +01:00
parent 816938369e
commit 81c65cd37c

View File

@@ -40,7 +40,7 @@ The following example code stores user credentials (in this case, their password
<sample src="examples/password_in_cookie.py"/>
<p>
Instead, the credentials should be encrypted, for instance by using the <code>cryptography</code> module, or not stored at all.
</p>
</example>
<references>