From 47b1f928817f982e637e5a62b64ad3ba9755e5e6 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 30 Jan 2023 07:44:04 +0000 Subject: [PATCH] docs(concat_string): specify right output --- subjects/devops/concat_string/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/concat_string/README.md b/subjects/devops/concat_string/README.md index c5d39a51..12521b27 100644 --- a/subjects/devops/concat_string/README.md +++ b/subjects/devops/concat_string/README.md @@ -22,7 +22,7 @@ This will output: ```console $ python3 test.py - +Hello World $ ```