From 4f0b7f29e541930f85bb22c8ee4daeb841f2040a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 4 Dec 2015 17:07:59 -0600 Subject: [PATCH] Doc tweaks --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index 61263b3d..187b0952 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -127,7 +127,7 @@ Here's an example page to give you an idea:: print(row) I wrote a Yes/No question, but RELATE shows "True/False" instead of "Yes/No"--why on earth would it do that? -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +------------------------------------------------------------------------------------------------------------ This is a bit of a misfeature in YAML (which relate uses), wich parses ``No`` as a :class:`bool` instead of a literal string. Once that has happened, relate can't -- GitLab