Skip to content
Snippets Groups Projects
Commit 20ba96f5 authored by Michele Tartara's avatar Michele Tartara
Browse files

Fix wrong type in a docstring of the RAPI subsystem


Signed-off-by: default avatarMichele Tartara <mtartara@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 45bc4635
No related branches found
No related tags found
No related merge requests found
...@@ -298,7 +298,7 @@ class ResourceBase(object): ...@@ -298,7 +298,7 @@ class ResourceBase(object):
return val return val
def _checkStringVariable(self, name, default=None): def _checkStringVariable(self, name, default=None):
"""Return the parsed value of an int argument. """Return the parsed value of a string argument.
""" """
val = self.queryargs.get(name, default) val = self.queryargs.get(name, default)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment