Skip to content

Commit

Permalink
Merge pull request #338 from tobias47n9e/patch-1
Browse files Browse the repository at this point in the history
Update WSGIquickstart.rst
  • Loading branch information
xrmx committed Oct 27, 2016
2 parents 297081f + 298634f commit 50fa258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WSGIquickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Let's start with a simple "Hello World" example:
(save it as ``foobar.py``).

As you can see, it is composed of a single Python function. It is called "application" as this is default function
As you can see, it is composed of a single Python function. It is called "application" as this is the default function
that the uWSGI Python loader will search for (but you can obviously customize it).

Deploy it on HTTP port 9090
Expand Down

0 comments on commit 50fa258

Please sign in to comment.