Browse Source

docs(concat-string): fix typo

pull/1779/head
eslopfer 1 year ago
parent
commit
e083c4db52
  1. 4
      subjects/devops/concat_string/README.md

4
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

Loading…
Cancel
Save