Skip to content

Commit f40bb53

Browse files
committed
Fix indent on docstring
1 parent 57d6d49 commit f40bb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/restapi/views/footer_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_version_compare_data(project, base_version=None):
2222
"""Retrieve metadata about the highest version available for this project.
2323
2424
:param base_version: We assert whether or not the base_version is also the
25-
highest version in the resulting "is_highest" value.
25+
highest version in the resulting "is_highest" value.
2626
"""
2727
highest_version_obj, highest_version_comparable = highest_version(
2828
project.versions.public().filter(active=True))

0 commit comments

Comments
 (0)