comparison Sphinx/source/users/rest.rst @ 675:aba6dac03d16

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 May 2021 14:57:04 +0200
parents 5ec581c7e610
children 109d663abac0
comparison
equal deleted inserted replaced
674:5ec581c7e610 675:aba6dac03d16
37 a whole string. 37 a whole string.
38 38
39 .. highlight:: bash 39 .. highlight:: bash
40 40
41 Unfortunately, the default command-line prompt of Microsoft Windows 41 Unfortunately, the default command-line prompt of Microsoft Windows
42 **doesn't support single-quote characters**. If you execute a cURL 42 **doesn't support single-quote characters**. If you copy/paste a cURL
43 command-line from this page that mixes single-quote and double-quotes, 43 command-line from this page that mixes single-quote and double-quotes,
44 you'll have to replace single-quotes by double-quotes, and prefix the 44 you'll have to replace single-quotes by double-quotes, and prefix the
45 double-quotes by a backslash character. For instance, consider the 45 double-quotes by a backslash character. For instance, consider the
46 following command line that works fine on GNU/Linux:: 46 following command line that works fine on GNU/Linux::
47 47