# HG changeset patch # User Dimitri Papadopoulos # Date 1382608093 -7200 # Node ID 95119045ffb520591e9e74dae16fd207f15dcfed # Parent 88d40fbcc0711b51e2200e291cca071168471f1b [book] properly escape backslash diff -r 88d40fbcc071 -r 95119045ffb5 doc/book/en/annexes/rql/language.rst --- a/doc/book/en/annexes/rql/language.rst Thu Oct 24 12:56:20 2013 +0200 +++ b/doc/book/en/annexes/rql/language.rst Thu Oct 24 11:48:13 2013 +0200 @@ -81,7 +81,7 @@ are expressed as explained below: * string should be between double or single quotes. If the value contains a - quote, it should be preceded by a backslash '\' + quote, it should be preceded by a backslash '\\' * floats separator is dot '.'