diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 6ec2f8ed5acb1b..d4b7a3888e3388 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -442,8 +442,6 @@ declaration; it is UTF-8 if no encoding declaration is given in the source file; see section :ref:`encodings`. .. index:: triple-quoted string, Unicode Consortium, raw string - single: """; string literal - single: '''; string literal In plain English: Both types of literals can be enclosed in matching single quotes (``'``) or double quotes (``"``). They can also be enclosed in matching groups diff --git a/Misc/NEWS.d/next/Documentation/2018-12-18-12-47-07.bpo-35482.9TD9QD.rst b/Misc/NEWS.d/next/Documentation/2018-12-18-12-47-07.bpo-35482.9TD9QD.rst new file mode 100644 index 00000000000000..314aab6cf887fa --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-12-18-12-47-07.bpo-35482.9TD9QD.rst @@ -0,0 +1 @@ +Fixed creating the CHM file.