~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/ja/user-guide/http_smart_server.txt

  • Committer: Patch Queue Manager
  • Date: 2012-10-14 12:59:27 UTC
  • mfrom: (6569.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20121014125927-9m3i1lgv1hjuusk8
(jelmer) Fix trivial syntax error in the Japanese docs that breaks with
 docutils 0.9.1. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
 
159
159
    fcgi.WSGIServer(smart_server_app).run()
160
160
        
161
 
 `fcgi`のモジュールはhttp://svn.saddi.com/py-lib/trunk/fcgi.pyで見つかります。
 
161
 `fcgi` のモジュールはhttp://svn.saddi.com/py-lib/trunk/fcgi.pyで見つかります。
162
162
これは flup_ の一部です。
163
163
 
164
164
.. _flup: http://www.saddi.com/software/flup/