DiffSK / configobj

Python 3+ compatible port of the configobj library

Home Page:https://configobj.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grammatical error in documentation

zig13 opened this issue · comments

<p>Values that are triple quoted cased. The triple quotes are removed <em>before</em>

In the section detailing how to write values over multiple lines in Unrepr mode, it says "Values that are triple quoted cased." which seems meaningless. In fact the whole paragraph is confusing.
I was trying to find out how to hand write long strings in a unrepr ConfigObj config file. """string""" and 'string' give me an error on the final line of the string.