Skip to content

Commit

Permalink
Fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
the-soloist committed Feb 29, 2024
1 parent 217632d commit ab0467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/context/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ def local_libcdb(self, path):
Examples:
>>> context.local_libcdb = '/path/to/libc-database'
>>> context.local_libcdb = pwnlib.data.elf.path
>>> context.local_libcdb = 'foobar'
Traceback (most recent call last):
...
Expand Down

0 comments on commit ab0467e

Please sign in to comment.