Skip to content

Commit

Permalink
some doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blueloveTH committed Oct 13, 2023
1 parent 66d9870 commit ea94e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ for a quick overview of the supported features.
| Reflection | `hasattr()/getattr()/setattr()` ||
| Import | `import/from..import` ||
| Context Block | `with <expr> as <id>:` ||
| Type Annotation | `def f(a:int, b:float=1)` ||
| Type Annotation | `def f(a:int, b:float=1)` ||
| Generator | `yield i` ||
| Decorator | `@cache` ||

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main(){
| 反射 | `hasattr()/getattr()/setattr()` ||
| 导入模块 | `import/from..import` ||
| 上下文管理器 | `with <expr> as <id>:` ||
| 类型标注 | `def f(a:int, b:float=1)` ||
| 类型标注 | `def f(a:int, b:float=1)` ||
| 生成器 | `yield i` ||
| 装饰器 | `@cache` ||

Expand Down
2 changes: 1 addition & 1 deletion docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ label: Performance
# Performance

Currently, pkpy is as fast as cpython 3.9.
**Performance results for cpython 3.9 are applicable to for pkpy.**
Performance results for cpython 3.9 are applicable to for pkpy.

Here is a benchmark result of `v1.2.6`.
Files are located in `benchmarks/`.
Expand Down

0 comments on commit ea94e3c

Please sign in to comment.