在the README.rst for blargs中,我们在the first sentence of the Quick Start section中看到了语法错误 - 具体而言,我们看到:class:
已呈现,而不是只看到Parser
。
该句的实际代码是:
The preferred use of :class:`Parser` is via the ``with`` idiom, as follows:
我们如何修复该语法,以便正确呈现以及重组文本文档的哪些部分通知我们?