From 2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac Mon Sep 17 00:00:00 2001 From: Dan Davis Date: Wed, 13 Feb 2019 13:59:44 -0500 Subject: Fixed #30184 -- Removed ellipsis characters from shell output strings. Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654) to avoid a crash when the user shell doesn't support non-ASCII characters. --- docs/intro/tutorial01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro/tutorial01.txt') diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index c25e363d65..b3358de26b 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -131,7 +131,7 @@ You'll see the following output on the command line: .. parsed-literal:: - Performing system checks… + Performing system checks... System check identified no issues (0 silenced). -- cgit v1.3