From b2c572eb0b8efdf4da09900a0b4071c23939fc07 Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Thu, 10 Sep 2020 10:26:20 +0100
Subject: [PATCH] Fix comment about default Python

---
 xfel_calibrate/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfel_calibrate/settings.py b/xfel_calibrate/settings.py
index 78c3053e7..4561d0180 100644
--- a/xfel_calibrate/settings.py
+++ b/xfel_calibrate/settings.py
@@ -4,7 +4,7 @@ import sys
 # path into which temporary files from each run are placed
 temp_path = os.path.abspath("temp/")
 
-# Path to use for calling Python. If the environment is correctly set, simply the command
+# Path to use for calling Python. By default, the Python xfel-calibrate is run in.
 python_path = sys.executable
 
 # Path to find activate script
-- 
GitLab