Skip to content

Commit 529ec23

Browse files
committed
sadly, no emoji in the docs :( hopefully this works
1 parent 3cb628d commit 529ec23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/environment.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ File format example:
2626
2727
str_key="Hello world" # with trailing comment
2828
int_key = 7
29-
unicode_key="👨"
30-
unicode_key2="\\U0001f468" # same as above
29+
unicode_key="œuvre"
30+
unicode_key2="\\u0153uvre" # same as above
31+
unicode_key3="\\U00000153uvre" # same as above
3132
escape_codes="supported, including \\r\\n\\"\\\\"
3233
# comment
3334
[subtable]

0 commit comments

Comments
 (0)