~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-10-13 15:05:46 UTC
  • mto: This revision was merged to the branch mainline in revision 6570.
  • Revision ID: jelmer@samba.org-20121013150546-3c7jddk0bjiylzsl
Fix syntax error in doc/ja/user-guide/http_smart_server.txt that
shows up with docutils 0.9.1.

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/