Skip to content

Commit 795b46f

Browse files
author
BNAndras
committed
Add self to contributors
1 parent e57082f commit 795b46f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"blurb": "There are four main string formatting methods. A '%' formatting mini-language is supported, but is considered outdated. String interpolation (f-strings) and 'str.format()'are newer, and can be used for complex or conditional substitution. 'string.template()' substitution is used for internationalization, where f-strings will not translate.",
3-
"authors": ["valentin-p"],
4-
"contributors": ["j08k", "BethanyG"]
3+
"authors": [
4+
"valentin-p"
5+
],
6+
"contributors": [
7+
"j08k",
8+
"BethanyG",
9+
"BNAndras"
10+
]
511
}

0 commit comments

Comments
 (0)