gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/doc/pegboard/coding_standard--vegai peg.rst


From: Vesa Kaihlavirta
Subject: [Gzz-commits] gzz/doc/pegboard/coding_standard--vegai peg.rst
Date: Mon, 13 Jan 2003 07:18:36 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Vesa Kaihlavirta <address@hidden>       03/01/13 07:18:35

Modified files:
        doc/pegboard/coding_standard--vegai: peg.rst 

Log message:
        Typos, topic.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/coding_standard--vegai/peg.rst.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/coding_standard--vegai/peg.rst
diff -u gzz/doc/pegboard/coding_standard--vegai/peg.rst:1.9 
gzz/doc/pegboard/coding_standard--vegai/peg.rst:1.10
--- gzz/doc/pegboard/coding_standard--vegai/peg.rst:1.9 Mon Jan 13 05:23:17 2003
+++ gzz/doc/pegboard/coding_standard--vegai/peg.rst     Mon Jan 13 07:18:35 2003
@@ -3,11 +3,11 @@
 =============================================================
 
 :Author:   Vesa Kaihlavirta
-:Last-Modified: $Date: 2003/01/13 10:23:17 $
-:Revision: $Revision: 1.9 $
+:Last-Modified: $Date: 2003/01/13 12:18:35 $
+:Revision: $Revision: 1.10 $
 :Status:   Current
 :Scope:           Minor
-:Type:     ?
+:Type:     Policy
 
 Our coding standard (/gzz/CODING) requires revising, mainly because of the
 large and growing amount of python code.
@@ -50,7 +50,7 @@
 2. Header comments should include authors.
 
 3. After header comments, rcsid:
-   rcsid = "$Id: peg.rst,v 1.9 2003/01/13 10:23:17 Vegai Exp $"
+   rcsid = "$Id: peg.rst,v 1.10 2003/01/13 12:18:35 Vegai Exp $"
 
 4. After rcsid, the imports (unless there's a good reason to delay
    importing).
@@ -87,7 +87,7 @@
 
 10. Functions are lower_case_with_underscores, variables are lowercase.
 
-11. Tab-size is 8 (will be conveted to spaces by make committable), indentation
+11. Tab-size is 8 (will be converted to spaces by make committable), 
indentation
     at 4 spaces.
 
 12. Never use tabs.
@@ -96,7 +96,7 @@
 Notes
 =====
 
-- items 8-10 are arbitrary choices for the sake of consistency
+- items 8-12 are arbitrary choices for the sake of consistency
 
 - "A Foolish Consistency is the Hobgoblin of Little Minds" - Guido van Rossum
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]