diff options
author | Lew Kurtz <37632626+lew18@users.noreply.github.com> | 2018-09-11 01:13:08 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2018-09-11 01:13:08 (GMT) |
commit | f019579828ed62653e2d41c95278308fa076ccaf (patch) | |
tree | 43c585cd5b3672d446a79fd2a561a42de94f01bf /Misc | |
parent | 959625b5a56545f1908a7002fe11eb4f0411b780 (diff) | |
download | cpython-f019579828ed62653e2d41c95278308fa076ccaf.zip cpython-f019579828ed62653e2d41c95278308fa076ccaf.tar.gz cpython-f019579828ed62653e2d41c95278308fa076ccaf.tar.bz2 |
bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)
Remove ellipsis that look like continuation prompts,
has a side benefit of putting rest of error message in proper text color.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-06-22-08-38-29.bpo-33460.kHt4D0.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-06-22-08-38-29.bpo-33460.kHt4D0.rst b/Misc/NEWS.d/next/Documentation/2018-06-22-08-38-29.bpo-33460.kHt4D0.rst new file mode 100644 index 0000000..6ee63b0 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-06-22-08-38-29.bpo-33460.kHt4D0.rst @@ -0,0 +1 @@ +replaced ellipsis with correct error codes in tutorial chapter 3. |