diff options
author | 2021-09-09 10:52:14 -0400 | |
---|---|---|
committer | 2021-09-09 10:52:14 -0400 | |
commit | 693a91ea12b6f856da6c3a2ad6e17bcf12779d53 (patch) | |
tree | 658cacea3d9da8baff84719e48c68dbd166ac550 | |
parent | Add string-formatting tag (diff) |
Add required newline to end of file
-rw-r--r-- | bot/resources/tags/string-formatting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/string-formatting.md b/bot/resources/tags/string-formatting.md index fba5577b8..272b96af3 100644 --- a/bot/resources/tags/string-formatting.md +++ b/bot/resources/tags/string-formatting.md @@ -24,4 +24,4 @@ Results: ``` **Full Specification & Resources** [String Formatting Mini Language Specification](https://docs.python.org/3/library/string.html#format-specification-mini-language) -[pyformat.info](https://pyformat.info/)
\ No newline at end of file +[pyformat.info](https://pyformat.info/) |