Skip to content

Commit acaa34e

Browse files
committed
Style updates
1 parent 6bf64cc commit acaa34e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def find_or_create(cls, classname):
215215
@classmethod
216216
def from_inthandle(cls, inthandle):
217217
"""Create an entity instance from an inthandle.
218+
218219
:param int inthandle:
219220
The inthandle.
220221
:rtype: Entity

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def __delitem__(self, index):
6464
def from_inthandle(self, inthandle):
6565
"""Get an entity instance from an inthandle.
6666
67-
:param int inthandle: The inthandle.
67+
:param int inthandle:
68+
The inthandle.
6869
:rtype: Entity
6970
"""
7071
return self[index_from_inthandle(inthandle)]

0 commit comments

Comments
 (0)