Skip to content

Commit 39bdbda

Browse files
author
Jon Wayne Parrott
committed
Fixing typo
1 parent a7a8b1e commit 39bdbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/ndb/transactions/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def main_page():
4141
page_name = flask.request.args.get('page_name', 'default')
4242
response = """
4343
<html><body>
44-
<h2>Permenant note page: %s</h2>""" % cgi.escape(page_name)
44+
<h2>Permanent note page: %s</h2>""" % cgi.escape(page_name)
4545

4646
parent = parent_key(page_name)
4747
notes = Note.query(ancestor=parent).fetch(20)

0 commit comments

Comments
 (0)