Skip to content

Commit d43f83c

Browse files
author
Roberto De Ioris
authored
Update MemoryManagement.md
1 parent 78317b2 commit d43f83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MemoryManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ Now you can create UObject from python and track them automatically. When the py
149149
factory = tracker.track(BlueprintFactory())
150150
```
151151

152-
As an example when running a script multiple times, the 'tracker' id will be overwritten, triggering the destruction of the mapped python object (and its __del__ method)
152+
As an example when running a script multiple times, the 'tracker' id will be overwritten, triggering the destruction of the mapped python object (and its ```__del__``` method)
153153

0 commit comments

Comments
 (0)