2
0
Эх сурвалжийг харах

HACKING: Add a note about the use of quotes.

Jelmer Vernooij 14 жил өмнө
parent
commit
7f6e310d23
1 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 4 1
      HACKING

+ 4 - 1
HACKING

@@ -1,4 +1,7 @@
-Please follow PEP8 with regard to coding style.
+Where possible, please follow PEP8 with regard to coding style.
+
+Furthermore, triple-quotes should always be """, single quotes are ' unless using "
+would result in less escaping within the string.
 
 All functionality should be available in pure Python. Optional C
 implementations may be written for performance reasons, but should never