Skip to content

Commit 49ed943

Browse files
committed
Comment fix
1 parent b7a4cc1 commit 49ed943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def is_obsolete(self):
119119
120120
:rtype: bool
121121
"""
122-
# Always return True if we don't have information about what Python
122+
# Always returns False if we don't have information about what Python
123123
# version/Docker image was used to create the venv as backward
124124
# compatibility.
125125
if not os.path.exists(self.environment_json_path()):

0 commit comments

Comments
 (0)