Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nfergu authored Mar 24, 2024
1 parent bff9391 commit 6c6dd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ a reference to this object?"**, which is useful for debugging memory leaks and o
issues. It tries to assign a meaningful name to each reference to an object and
returns a graph of referrers (including indirect referrers).

As a simple example, here is the graph of referrers to an instance of a Python `list`:
As a simple example, here is the graph of referrers for an instance of a Python `list`:

```plaintext
╙── list instance (id=4514970240)
Expand Down

0 comments on commit 6c6dd35

Please sign in to comment.