Merge pull request #2647 from JojoBoulix/patch-1

Remove all memory addresses from autodoc
This commit is contained in:
Takeshi KOMIYA 2016-06-10 12:52:23 +09:00 committed by GitHub
commit 09c25443ff

View File

@ -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: