aboutsummaryrefslogtreecommitdiff
path: root/describe.py
diff options
context:
space:
mode:
authorBu Sun Kim <8822365+busunkim96@users.noreply.github.com>2020-11-16 11:05:03 -0700
committerGitHub <noreply@github.com>2020-11-16 11:05:03 -0700
commit673ec5cf1a654055c85c0d426b27d270a8ade262 (patch)
tree16b5abf5b33f29d05a2536403d3d02577ce53f95 /describe.py
parent25fba648ea647b62f2a6edc54ae927c1ed381b45 (diff)
downloadgoogle-api-python-client-673ec5cf1a654055c85c0d426b27d270a8ade262.tar.gz
build: run docs regen in synth.py (#1059)
Diffstat (limited to 'describe.py')
-rwxr-xr-xdescribe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/describe.py b/describe.py
index 107fa9d59..2537e7c06 100755
--- a/describe.py
+++ b/describe.py
@@ -460,7 +460,7 @@ if __name__ == "__main__":
for version in versions:
markdown.append(
"* [%s](http://googleapis.github.io/google-api-python-client/docs/dyn/%s_%s.html)"
- % (version, api, version)
+ % (version, api, safe_version(version))
)
markdown.append("\n")