Skip to content

Commit

Permalink
update doc string for autorelease
Browse files Browse the repository at this point in the history
Co-authored-by: dgelessus <dgelessus@users.noreply.github.com>
  • Loading branch information
SamSchott and dgelessus authored Jan 20, 2021
1 parent 1c05a52 commit 507e81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubicon/objc/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def __del__(self):
"""
Release the corresponding objc instance if we own it, i.e., if it was returned by
by a method starting with 'alloc', 'new', 'copy', or 'mutableCopy' and it wasn't
already explicitly released by calling :meth:`release`.
already explicitly released by calling :meth:`release` or :meth:`autorelease`.
"""

if self._needs_release:
Expand Down

0 comments on commit 507e81d

Please sign in to comment.