Skip to content

Commit 8963e64

Browse files
noting unresolved issues
1 parent a944da0 commit 8963e64

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rfcs/0006-doctring-syntax.typ

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,4 +473,6 @@ If the newline is preserved in the docstring, the documentation in CJK may be re
473473

474474
The content of the above docstring may be "你好\n世界" (Unicode `U+4F60 U+597D U+FF0C U+0A U+4E16 U+754C`) and rendered as "你好, 世界" (Unicode `U+4F60 U+597D U+FF0C U+20 U+4E16 U+754C`).
475475

476-
Left as an unresolved question.
476+
Since a package may target non-programming users and non-English speakers, the internationalization of docstrings is considered a important issue.
477+
478+
These issues are left as an unresolved in this RFC.

0 commit comments

Comments
 (0)