回答編集履歴
1
リンクの追加
answer
CHANGED
@@ -6,4 +6,4 @@
|
|
6
6
|
> #####Package and Module Names
|
7
7
|
Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.
|
8
8
|
|
9
|
-
引用元:[PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/#package-and-module-names)
|
9
|
+
引用元:[PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/#package-and-module-names)/[日本語版](http://pep8-ja.readthedocs.io/ja/latest/#id30)
|