teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

リンクの追加

2018/05/28 13:33

投稿

LouiS0616
LouiS0616

スコア35678

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)