Fixing typo in  Python development Process and coding standards draft spec Chapter2. Signed-off-by: Purma, Kondal R --- README.md                             | 9 +++++---- book.json                             | 2 +- python_coding_guidelines_and_tools.md | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 03cb46e..46e2869 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ Copyright (c) 2020, Intel Corporation. All rights reserved. ### Revision History -| Revision | Revision History | Date | -| ---------- | ------------------ | ----------- | -| 01.0 | Initial release. | Jan 2020| -|   |    |    | +| Revision   | Revision History     | Date        | +| ---------- | ------------------   | ----------- | +| 0.10       | Initial release.     | Jan 2017    | +| 1.0        | [#2626](https://bugzilla.tianocore.org/show_bug.cgi?id=2626) Typo in Python development Process and coding standards draft spec  | March 2017  | + diff --git a/book.json b/book.json index c3fc17b..1b2b16a 100644 --- a/book.json +++ b/book.json @@ -2,7 +2,7 @@ "variables" : { "draft"   : "yes", "title"   : "EDK II Python Development Process Specification", -    "version" : "Revision 0.10" +    "version" : "Revision 1.0" }, "plugins": ["puml"], diff --git a/python_coding_guidelines_and_tools.md b/python_coding_guidelines_and_tools.md index a0a06fe..31fbda7 100644 --- a/python_coding_guidelines_and_tools.md +++ b/python_coding_guidelines_and_tools.md @@ -57,7 +57,7 @@ annotations are not available. More details on PEP484 available at https://www.python.org/dev/peps/pep-0484/ -###   **Falke8:** +###   **Flake8:** `Flake8` is a Python library wrapper around `PyFlakes, pycodestyle` and Ned Batchelder’s `McCabe` script
-- 2.18.0.windows.1