mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #2647 from JojoBoulix/patch-1
Remove all memory addresses from autodoc
This commit is contained in:
commit
09c25443ff
@ -20,7 +20,7 @@ from sphinx.util import force_decode
|
||||
# relatively import this module
|
||||
inspect = __import__('inspect')
|
||||
|
||||
memory_address_re = re.compile(r' at 0x[0-9a-f]{8,16}(?=>$)')
|
||||
memory_address_re = re.compile(r' at 0x[0-9a-f]{8,16}(?=>)')
|
||||
|
||||
|
||||
if PY3:
|
||||
|
Loading…
Reference in New Issue
Block a user