We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d375a commit 42cc99aCopy full SHA for 42cc99a
client.py
@@ -29,4 +29,4 @@ def format_version_string(version_number):
29
"""
30
Returns a string representation of the API version
31
32
- return '{}v'.format(version_number)
+ return 'v{}'.format(version_number)
0 commit comments