From caebdfa6a0ccb56b578431a059934dafb2171d77 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 4 Mar 2012 12:50:21 -0500 Subject: backslash is an escape character in RST --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 574d887b2..8076bc35d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,7 +12,7 @@ Bug Fixes - When a static view was registered using an absolute filesystem path on Windows, the ``request.static_url`` function did not work to generate URLs to its resources. Symptom: "No static URL definition matching - c:\foo\bar\baz". + c:\\foo\\bar\\baz". - Make all tests pass on Windows XP. -- cgit v1.2.3