https://github.com/python/cpython
Revision 34fd4c20198dea6ab2fe8dc6d32d744d9bde868d authored by Serhiy Storchaka on 05 November 2018, 14:20:25 UTC, committed by GitHub on 05 November 2018, 14:20:25 UTC
Two kind of mistakes:

1. Missed space. After concatenating there is no space between words.

2. Missed comma. Causes unintentional concatenating in a list of strings.
1 parent ad1a25f
History
Tip revision: 34fd4c20198dea6ab2fe8dc6d32d744d9bde868d authored by Serhiy Storchaka on 05 November 2018, 14:20:25 UTC
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Tip revision: 34fd4c2
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 7.4 KB
README.rst -rw-r--r-- 4.3 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.5 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 51.4 KB
license.rst -rw-r--r-- 43.4 KB
make.bat -rw-r--r-- 5.2 KB

README.rst

back to top