From eac308c5b1ca6177cc6e53747dbd6196920dc2d2 Mon Sep 17 00:00:00 2001 From: eelke Date: Mon, 5 Sep 2022 08:14:18 +0200 Subject: [PATCH] Fix backslashes need escaping. --- docs/internals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.rst b/docs/internals.rst index 161e571..697234b 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -7,5 +7,5 @@ User data --------- All connection configuration information is stored in -`%AppData%\pglab\pglab\pglabuser.db` this is an sqlite database. +`%AppData%\\pglab\\pglab\\pglabuser.db` this is an sqlite database.