Skip to content

Commit 39fde97

Browse files
committed
Comment
1 parent 74e851a commit 39fde97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/api/v3/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ class Meta:
462462
]
463463

464464
def get_project_homepage(self, obj):
465-
# Overridden only to return ``None`` when the description is ``''``
465+
# Overridden only to return ``None`` when the project_url is ``''``
466466
return obj.project_url or None
467467

468468
def get_translation_of(self, obj):

0 commit comments

Comments
 (0)