We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a8b1e commit 39bdbdaCopy full SHA for 39bdbda
appengine/ndb/transactions/main.py
@@ -41,7 +41,7 @@ def main_page():
41
page_name = flask.request.args.get('page_name', 'default')
42
response = """
43
<html><body>
44
- <h2>Permenant note page: %s</h2>""" % cgi.escape(page_name)
+ <h2>Permanent note page: %s</h2>""" % cgi.escape(page_name)
45
46
parent = parent_key(page_name)
47
notes = Note.query(ancestor=parent).fetch(20)
0 commit comments