Skip to content

Commit 018e7a2

Browse files
committed
renew README
1 parent f11d32a commit 018e7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ I test the performance of the sorting algorithm after adding the keyword sorting
6464

6565
The design of reverse sorting of all methods is completely correct, and the design of keyword sorting based on bubble sorting optimized is feasible, which is consistent with the usage of *sorted* parameter officially released by Python.
6666

67-
The examples of keyword sorting are underlying:
67+
The example of keyword sorting are underlying:
6868

6969
```python
7070
data = [('Alex', 100, 90, 98, 95), ('Jack', 97, 89, 92, 99), ('Peter', 92, 95, 92, 96), ('Li', 97, 88, 98, 92)]

0 commit comments

Comments
 (0)