Parcourir la source

lego missed a spot in #91

tags/v0.4
Ben Kurtovic il y a 9 ans
Parent
révision
c9ef040a0f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      README.rst

+ 1
- 1
README.rst Voir le fichier

@@ -42,7 +42,7 @@ Normal usage is rather straightforward (where ``text`` is page text)::
>>> wikicode = mwparserfromhell.parse(text)

``wikicode`` is a ``mwparserfromhell.Wikicode`` object, which acts like an
ordinary ``unicode`` object (or ``str`` in Python 3) with some extra methods.
ordinary ``str`` object (or ``unicode`` in Python 2) with some extra methods.
For example::

>>> text = "I has a template! {{foo|bar|baz|eggs=spam}} See it?"


Chargement…
Annuler
Enregistrer