[yt-svn] commit/yt: MatthewTurk: Kacper noticed a few typos. Fixed!

Bitbucket commits-noreply at bitbucket.org
Fri Jan 25 13:06:20 PST 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/597ce0513a71/
changeset:   597ce0513a71
branch:      yt
user:        MatthewTurk
date:        2013-01-25 22:06:11
summary:     Kacper noticed a few typos.  Fixed!
affected #:  1 file

diff -r bc4b2b140eeb829d6fe2a7e6ec996bb6a7f30368 -r 597ce0513a71c07d1fe023d375d2ea31ae0ac24c doc/coding_styleguide.txt
--- a/doc/coding_styleguide.txt
+++ b/doc/coding_styleguide.txt
@@ -13,7 +13,7 @@
  * Do not use nested classes unless you have a very good reason to, such as
    requiring a namespace or class-definition modification.  Classes should live
    at the top level.  __metaclass__ is exempt from this.
- * Do not use unecessary parenthesis in conditionals.  if((something) and
+ * Do not use unnecessary parenthesis in conditionals.  if((something) and
    (something_else)) should be rewritten as if something and something_else.
    Python is more forgiving than C.
  * Avoid copying memory when possible. For example, don't do 
@@ -50,7 +50,7 @@
    replace the old class.  Too many options makes for a confusing user
    experience.
  * Parameter files are a last resort.
- * The usage of the **kwargs construction should be avoided.  If they cannoted
+ * The usage of the **kwargs construction should be avoided.  If they cannot
    be avoided, they must be explained, even if they are only to be passed on to
    a nested function.

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list