Fixing my own pull request #647

Wrote "stdin" instead of "stdout".
This commit is contained in:
Markus Unterwaditzer 2012-12-17 21:32:59 +01:00
parent 61d43c7f12
commit c549e583c4

View file

@ -17,7 +17,7 @@ Engine`_, where execution happens in a CGI-like environment.
we do not want if we deploy that application to CGI / app engine. we do not want if we deploy that application to CGI / app engine.
With CGI, you will also have to make sure that your code does not contain With CGI, you will also have to make sure that your code does not contain
any ``print`` statements, or that ``sys.stdin`` is overridden by something any ``print`` statements, or that ``sys.stdout`` is overridden by something
that doesn't write into the HTTP response. that doesn't write into the HTTP response.
Creating a `.cgi` file Creating a `.cgi` file