From: Aarni Koskela Date: Tue, 25 Jan 2022 13:40:46 +0000 (+0200) Subject: Fix Sphinx indentation complaint X-Git-Tag: v2.10.0~23^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f036e07879eb090854cc96a3c03a9353a1b7dac;p=thirdparty%2Fbabel.git Fix Sphinx indentation complaint Refs #801 --- diff --git a/babel/messages/extract.py b/babel/messages/extract.py index 0b8ed837..1c94b78c 100644 --- a/babel/messages/extract.py +++ b/babel/messages/extract.py @@ -512,8 +512,7 @@ def extract_javascript(fileobj, keywords, comment_tags, options): :param options: a dictionary of additional options (optional) Supported options are: * `jsx` -- set to false to disable JSX/E4X support. - * `template_string` -- set to false to disable ES6 - template string support. + * `template_string` -- set to false to disable ES6 template string support. """ from babel.messages.jslexer import Token, tokenize, unquote_string funcname = message_lineno = None