[Pythonjp-checkins] [python-doc-ja] push by songo****@gmail***** - Update 2.7.2: library/wsgiref on 2011-11-20 16:25 GMT

Back to archive index

pytho****@googl***** pytho****@googl*****
2011年 11月 21日 (月) 01:29:36 JST


Revision: c5f247a0a1ef
Author:   Naoki INADA  <inada****@klab*****>
Date:     Sun Nov 20 08:25:10 2011
Log:      Update 2.7.2: library/wsgiref
http://code.google.com/p/python-doc-ja/source/detail?r=c5f247a0a1ef

Modified:
  /library/wsgiref.rst

=======================================
--- /library/wsgiref.rst	Sun Mar 27 12:16:47 2011
+++ /library/wsgiref.rst	Sun Nov 20 08:25:10 2011
@@ -1114,7 +1114,7 @@
     # ここでは関数を使用しています (関数に限らず、例えばクラスを使用できる
     # ことに注意してください)。関数に渡された最初の引数は CGI スタイルの
     # 環境変数を含む辞書であり、 2 番目の変数は callable オブジェクトです
-   # (:pep:`333` を見てください)。
+   # (PEP 333 を見てください)。
     def hello_world_app(environ, start_response):
         status = '200 OK' # HTTP Status
         headers = [('Content-type', 'text/plain')] # HTTP Headers




Pythonjp-checkins メーリングリストの案内
Back to archive index