We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe65f1 commit a76c3dcCopy full SHA for a76c3dc
appengine/standard/endpoints/backend/main.py
@@ -62,7 +62,7 @@ def list_greetings(self, unused_request):
62
GET_RESOURCE = endpoints.ResourceContainer(
63
# The request body should be empty.
64
message_types.VoidMessage,
65
- # Accept one url parameter: and integer named 'id'
+ # Accept one url parameter: an integer named 'id'
66
id=messages.IntegerField(1, variant=messages.Variant.INT32))
67
68
@endpoints.method(
0 commit comments