Skip to content

Commit 1da01d6

Browse files
committed
Pkg-Module: EDK II Python development Process and coding standards spec
Fixing typo in Python development Process and coding standards draft spec Chapter2. Signed-off-by: Purma, Kondal R <[email protected]> Reviewed-by: Bob Feng <[email protected]>
1 parent 75a4508 commit 1da01d6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ Copyright (c) 2020, Intel Corporation. All rights reserved.
7676

7777
### Revision History
7878

79-
| Revision | Revision History | Date |
80-
| ---------- | ------------------ | ----------- |
81-
| 01.0 | Initial release. | Jan 2020|
82-
| | | |
79+
| Revision | Revision History | Date |
80+
| ---------- | ------------------ | ----------- |
81+
| 0.10 | Initial release. | Jan 2017 |
82+
| 1.0 | [#2626](https://bugzilla.tianocore.org/show_bug.cgi?id=2626) Typo in Python development Process and coding standards draft spec | March 2017 |
83+

python_coding_guidelines_and_tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ annotations are not available. More details on PEP484 available at
5757
https://www.python.org/dev/peps/pep-0484/
5858

5959

60-
### **Falke8:**
60+
### **Flake8:**
6161
`Flake8` is a Python library wrapper around `PyFlakes, pycodestyle` and
6262
Ned Batchelder’s `McCabe` script<br>
6363

0 commit comments

Comments
 (0)