Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2343)

Unified Diff: styleguide/styleguide.md

Issue 2152283002: Fix minor problem in styleguide page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: styleguide/styleguide.md
diff --git a/styleguide/styleguide.md b/styleguide/styleguide.md
index 7a9429a691590ec28251b53857e91b092bac1ea9..69e746bd9493c013be26cabc6b33d012be3cc85f 100644
--- a/styleguide/styleguide.md
+++ b/styleguide/styleguide.md
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698