From e083c4db52393076f0a6db0a41abc177405bdc2d Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 30 Jan 2023 17:41:36 +0000 Subject: [PATCH] docs(concat-string): fix typo --- subjects/devops/concat_string/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subjects/devops/concat_string/README.md b/subjects/devops/concat_string/README.md index 8a96de82..67090af0 100644 --- a/subjects/devops/concat_string/README.md +++ b/subjects/devops/concat_string/README.md @@ -21,13 +21,11 @@ print(concat_string.concat(string1, string2)) Below is the expected output: -```` - ```console $ python3 test.py Hello, World $ -```` +``` ### References