Procházet zdrojové kódy

Typo fix.

tags/v0.4
Ben Kurtovic před 10 roky
rodič
revize
34a6c7cc4c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      mwparserfromhell/parser/tokenizer.py

+ 1
- 1
mwparserfromhell/parser/tokenizer.py Zobrazit soubor

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


Načítá se…
Zrušit
Uložit