Skip to content

Commit 10c70c2

Browse files
Update delattr.md
deleted ## Example heading
1 parent 3cbba72 commit 10c70c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/builtin/delattr.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Python delattr() built-in function
1616
</base-disclaimer-content>
1717
</base-disclaimer>
1818

19-
## Examples
20-
2119
```python
2220
class Person:
2321
def __init__(self, name, age):

0 commit comments

Comments
 (0)