Skip to content

Commit

Permalink
fix inconsistency due to comment copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
thetorpedodog committed Nov 1, 2021
1 parent afd3308 commit 17f7c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attr/_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,7 @@ def _is_already_repring(inst):
try:
working_set = _repr_context.working_set
except AttributeError:
# Since 'self' remains on the stack (i.e.: strongly referenced)
# Since 'inst' remains on the stack (i.e.: strongly referenced)
# for the duration of this call, it's safe to depend on id(...)
# stability, and not need to track the instance and therefore
# worry about properties like weakref- or hash-ability.
Expand Down

0 comments on commit 17f7c3d

Please sign in to comment.