Skip to content

Commit 74ffd24

Browse files
committed
Fix doctests
1 parent b4ce9eb commit 74ffd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwnlib/context/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ def local_libcdb(self, path):
10861086
10871087
Examples:
10881088
1089-
>>> context.local_libcdb = '/path/to/libc-database'
1089+
>>> context.local_libcdb = '/home/runner/work/pwntools/pwntools/pwnlib/data/elf/libcdb'
10901090
>>> context.local_libcdb = 'foobar'
10911091
Traceback (most recent call last):
10921092
...

0 commit comments

Comments
 (0)