Fix a typo

prefered => preferred

Change-Id: Ia3d31f1ad9a89d03300dd98bd983db2922e5453f
This commit is contained in:
Joe Gordon
2015-05-19 09:34:01 -07:00
parent b65962ab62
commit 12938a13c5

View File

@@ -20,7 +20,7 @@ Step 0
General
-------
- [H903] Use only UNIX style newlines (``\n``), not Windows style (``\r\n``)
- It is prefered to wrap long lines in parentheses and not a backslash
- It is preferred to wrap long lines in parentheses and not a backslash
for line continuation.
- [H201] Do not write ``except:``, use ``except Exception:`` at the very least
- [H101] Include your name with TODOs as in ``# TODO(yourname)``