Skip to content

Commit 079e3e4

Browse files
committed
Test with links to docs
1 parent 868b42c commit 079e3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ class MyClass(metaclass=MyMetaClass):
14461446
```
14471447

14481448

1449-
Operator
1449+
Operator [](https://docs.python.org/3/library/operator.html)
14501450
--------
14511451
```python
14521452
from operator import add, sub, mul, truediv, floordiv, mod, pow, neg, abs, \
@@ -1478,7 +1478,7 @@ Eval
14781478
ValueError: malformed node or string
14791479
```
14801480

1481-
### Using Abstract Syntax Trees
1481+
### Using Abstract Syntax Trees [](https://docs.python.org/3/library/ast.html#ast.parse)
14821482
```python
14831483
import ast
14841484
from ast import Num, BinOp, UnaryOp

0 commit comments

Comments
 (0)