More typo/grammar/re-wording from @jpouellet's review

This commit is contained in:
Miguel Jacq 2017-05-25 16:43:11 +10:00
parent c5f4957ee2
commit d3855827f1
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
25 changed files with 53 additions and 55 deletions

View file

@ -165,8 +165,6 @@ Security coding guidelines
height = untrusted_conf.height;
~~~
- Use equivalent variables, without the `untrusted_` prefix to hold the sanitized values, as shown above.
Python-specific guidelines
--------------------------