Skip to content

Commit 9836c96

Browse files
authored
Update naming conventions to specify US spelling
Clarify naming conventions to include US spelling.
1 parent cfed734 commit 9836c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- [ ] Do not use os.path.join();
4343
always use pythainlp.tools.safe_path_join() instead,
4444
to prevent path traversal vulnerabilities (CWE-22).
45-
- [ ] Naming conventions: Follows PEP 8.
45+
- [ ] Naming conventions: Follows PEP 8. Concise. Use US spelling.
4646
Align new modules, classes, public APIs, and environment
4747
variables with NLTK conventions as the primary standard,
4848
provided they suit the component's behavior.

0 commit comments

Comments
 (0)