Skip to content

Commit 4f036e0

Browse files
committed
Fix Sphinx indentation complaint
Refs #801
1 parent 5c6a970 commit 4f036e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

babel/messages/extract.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,7 @@ def extract_javascript(fileobj, keywords, comment_tags, options):
512512
:param options: a dictionary of additional options (optional)
513513
Supported options are:
514514
* `jsx` -- set to false to disable JSX/E4X support.
515-
* `template_string` -- set to false to disable ES6
516-
template string support.
515+
* `template_string` -- set to false to disable ES6 template string support.
517516
"""
518517
from babel.messages.jslexer import Token, tokenize, unquote_string
519518
funcname = message_lineno = None

0 commit comments

Comments
 (0)