Skip to content

Commit d143ffa

Browse files
authored
Fixed indent
1 parent 148b51c commit d143ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/unique-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- Unlike PHP, Python allows a subclass to extend multiple super classes. This carries with it increased complexity but allows for complicated and sophisticated object oriented code in the correct hands.
3838
```python
3939
class SubClass(SuperClass, SuperClass2, SuperClass3, ...):
40-
pass
40+
pass
4141
```
4242
* Easy modualization and packaging
4343
- Python allows for the modularization and packaging of any code, aided by its simple import behavior. Python allows for select methods to be imported as well.

0 commit comments

Comments
 (0)