diff options
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/manifest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/manifest.rst b/docs/reference/manifest.rst index 1a80b1259e..dc9d6dd75b 100644 --- a/docs/reference/manifest.rst +++ b/docs/reference/manifest.rst @@ -26,7 +26,7 @@ re-flashing the entire firmware. However, it can still be useful to selectively freeze some rarely-changing dependencies (such as third-party libraries). -The way to list the Python files to be be frozen into the firmware is via +The way to list the Python files to be frozen into the firmware is via a "manifest", which is a Python file that will be interpreted by the build process. Typically you would write a manifest file as part of a board definition, but you can also write a stand-alone manifest file and use it with |