Skip to content

Commit

Permalink
docs: fix drgn.helpers.common.memory introductory documentation
Browse files Browse the repository at this point in the history
Change drgn.helpers.memory to drgn.helpers.common.memory.

Signed-off-by: Nhat Pham <[email protected]>
  • Loading branch information
nhatsmrt authored and osandov committed Sep 15, 2022
1 parent 15cc473 commit 0825dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drgn/helpers/common/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Memory
------
The ``drgn.helpers.memory`` module provides helpers for working with memory and addresses.
The ``drgn.helpers.common.memory`` module provides helpers for working with memory and addresses.
"""

import operator
Expand Down

0 comments on commit 0825dda

Please sign in to comment.