diff options
-rw-r--r-- | python/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/README.md b/python/README.md index 88c58c51c4f..4ee50a3edce 100644 --- a/python/README.md +++ b/python/README.md @@ -1,12 +1,12 @@ This directory contains various Python modules used to support servo development. -= servo = +# `servo` servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code. -= tidy = +# `tidy` servo-tidy is used to check licenses, line lengths, whitespace, flake8 on Python files, lock file versions, and more. |