From 888a033b3e52cd50efad8197d6d2d1273305fee2 Mon Sep 17 00:00:00 2001 From: andrehedesand <77386678+andrehedesand@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:18:58 +0100 Subject: [PATCH] Update README.rst Add missing single quote in Linux example output --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 25e1735..280ac16 100644 --- a/README.rst +++ b/README.rst @@ -100,7 +100,7 @@ On Linux: >>> appname = "SuperApp" >>> appauthor = "Acme" >>> user_data_dir(appname, appauthor) - '/home/trentm/.local/share/SuperApp + '/home/trentm/.local/share/SuperApp' >>> site_data_dir(appname, appauthor) '/usr/local/share/SuperApp' >>> site_data_dir(appname, appauthor, multipath=True)