0

Fix minor problem in styleguide page

A sentence in the section on python style was incorrectly split into two
separate bullet points.

Review-Url: https://codereview.chromium.org/2152283002
Cr-Commit-Position: refs/heads/master@{#405835}
This commit is contained in:
asargent
2016-07-15 12:59:38 -07:00
committed by Commit bot
parent 0eeecd3b11
commit 6b84bda888

@@ -19,9 +19,8 @@ Python code should follow [PEP-8](https://www.python.org/dev/peps/pep-0008/),
except:
* Use two-space indentation instead of four-space indentation.
* Use `CamelCase()` method and function names instead of
* `unix_hacker_style()` names.
* Use `CamelCase()` method and function names instead of `unix_hacker_style()` names.
(The rationale for these is mostly legacy: the code was originally written
following Google's internal style guideline, the cost of updating all of the
code to PEP-8 compliance was not small, and consistency was seen to be a