Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
"AppEngine" -> "App Engine"
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 25, 2012
1 parent 34a858a commit b19e937
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pub_dartlang.py
Expand Up @@ -4,7 +4,7 @@

"""The entrypoint for the pub.dartlang.org server.
In development, this should be run using the AppEngine dev_appserver.py script.
In development, this should be run using the App Engine dev_appserver.py script.
"""

import os
Expand Down
6 changes: 3 additions & 3 deletions test.py
Expand Up @@ -5,9 +5,9 @@

"""The entrypoint for running tests.
If the AppEngine dev_appserver.py is on $PATH, this can be run without any
arguments. Otherwise, it should be passed a single argument: the path to the
AppEngine SDK.
If the App Engine dev_appserver.py is on $PATH, this can be run without any
arguments. Otherwise, it should be passed a single argument: the path to the App
Engine SDK.
"""

import optparse
Expand Down
2 changes: 1 addition & 1 deletion test/testcase.py
Expand Up @@ -24,7 +24,7 @@ def setUp(self):
"""Initialize stubs for testing.
This initializes the following fields:
self.testbed: An AppEngine Testbed used for mocking AppEngine
self.testbed: An App Engine Testbed used for mocking App Engine
services. This is activated, and any necessary stubs are
initialized.
self.testapp: A webtest.TestApp wrapping the CherryPy application.
Expand Down

0 comments on commit b19e937

Please sign in to comment.