Skip to content

Commit

Permalink
Fix typos in CODING_STYLE and README
Browse files Browse the repository at this point in the history
s/describle/describe
s/Readbility/Readability
s/indepentently/independently
  • Loading branch information
PandaWei committed Dec 10, 2015
1 parent 8c71972 commit b58b1d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CODING_STYLE
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Comments
Generally, you want your comments to tell WHAT your code does, not HOW.
We can figure out how from the code itself (or if not, your code needs fixing).

Try to describle the intent of a function and what it does in a triple-quoted
Try to describe the intent of a function and what it does in a triple-quoted
(multiline) string just after the def line. We've tried to do that in most
places, though undoubtedly we're not perfect. A high level overview is
incredibly helpful in understanding code.
Expand Down Expand Up @@ -156,7 +156,7 @@ Simple code

Keep it simple; this is not the right place to show how smart you are. We
have plenty of system failures to deal with without having to spend ages
figuring out your code, thanks ;-) Readbility, readability, readability.
figuring out your code, thanks ;-) Readability, readability, readability.
I really don't care if other things are more compact.

"Debugging is twice as hard as writing the code in the first place. Therefore,
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ using virt test, and commit your changes.
7) Push your changes and submit a pull request
8) That's it.

[1] You can always create your own test provider, if you have special purposes, or just want to develop your work indepentently.
[1] You can always create your own test provider, if you have special purposes, or just want to develop your work independently.

0 comments on commit b58b1d5

Please sign in to comment.