Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic30 committed Mar 23, 2024
1 parent 35e3591 commit 03287b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hwtSimApi/agents/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AgentBase():
:ivar ~._enable: flag to enable/disable this agent
:ivar ~._debugOutput: optional stream where to print debug messages
"""
# because ohterwise there will be a cycle and python
# because otherwise there will be a cycle and python
# will not be able to deallocate this and sim/intf
__weakref__ = ["intf", "sim"]

Expand Down

0 comments on commit 03287b4

Please sign in to comment.