Bug 1524639: [taskgraph] Refine some docstrings that return unicode to indicate that; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D18379
This commit is contained in:
@@ -180,7 +180,7 @@ class Parameters(ReadOnlyDict):
|
||||
"""
|
||||
Whether this is a staging release or not.
|
||||
|
||||
:return basestring: One of "production" or "staging".
|
||||
:return six.text_type: One of "production" or "staging".
|
||||
"""
|
||||
return release_level(self['project'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user