浏览代码

Typo fix.

tags/v0.4
Ben Kurtovic 10 年前
父节点
当前提交
34a6c7cc4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mwparserfromhell/parser/tokenizer.py

+ 1
- 1
mwparserfromhell/parser/tokenizer.py 查看文件

@@ -112,7 +112,7 @@ class Tokenizer(object):
self._textbuffer = []

def _pop(self, keep_context=False):
"""Pop the current stack/context/textbuffer, returing the stack.
"""Pop the current stack/context/textbuffer, returning the stack.

If *keep_context* is ``True``, then we will replace the underlying
stack's context with the current stack's.


正在加载...
取消
保存