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 57d6d49 commit f40bb53Copy full SHA for f40bb53
readthedocs/restapi/views/footer_views.py
@@ -22,7 +22,7 @@ def get_version_compare_data(project, base_version=None):
22
"""Retrieve metadata about the highest version available for this project.
23
24
:param base_version: We assert whether or not the base_version is also the
25
- highest version in the resulting "is_highest" value.
+ highest version in the resulting "is_highest" value.
26
"""
27
highest_version_obj, highest_version_comparable = highest_version(
28
project.versions.public().filter(active=True))
0 commit comments