Skip to content

Commit a76c3dc

Browse files
author
Jon Wayne Parrott
authored
Fix typo
1 parent efe65f1 commit a76c3dc

File tree

1 file changed

+1
-1
lines changed
  • appengine/standard/endpoints/backend

1 file changed

+1
-1
lines changed

appengine/standard/endpoints/backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def list_greetings(self, unused_request):
6262
GET_RESOURCE = endpoints.ResourceContainer(
6363
# The request body should be empty.
6464
message_types.VoidMessage,
65-
# Accept one url parameter: and integer named 'id'
65+
# Accept one url parameter: an integer named 'id'
6666
id=messages.IntegerField(1, variant=messages.Variant.INT32))
6767

6868
@endpoints.method(

0 commit comments

Comments
 (0)