Skip to content

Commit 4c935bb

Browse files
committed
Fixed a typo. Thanks to @ThaPwned
1 parent d9f2cd6 commit 4c935bb

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
entities.entity module
22
=======================
3-
4-
.. autoclass:: _entities._entity.BaseEntity
5-
:members:
6-
:undoc-members:
7-
:show-inheritance:
83

9-
.. automodule:: entities._base
4+
.. automodule:: entities.entity
105
:members:
116
:undoc-members:
127
:show-inheritance:

addons/source-python/packages/source-python/entities/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# =============================================================================
2323
# >> ALL DECLARATION
2424
# =============================================================================
25-
__all__ = ('BaseEntity'
25+
__all__ = ('BaseEntity',
2626
'Entity',
2727
)
2828

0 commit comments

Comments
 (0)