Skip to content

Commit 4ceb01e

Browse files
committed
Linter
1 parent cf97522 commit 4ceb01e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readthedocs/projects/models.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,10 @@ def add_features(sender, **kwargs):
15331533
),
15341534
(
15351535
ALL_VERSIONS_IN_HTML_CONTEXT,
1536-
_('Pass all versions (including private) into the html context when building with Sphinx'),
1536+
_(
1537+
'Pass all versions (including private) into the html context '
1538+
'when building with Sphinx'
1539+
),
15371540
),
15381541
)
15391542

0 commit comments

Comments
 (0)