diff --git a/howTo/usePythonInRStudio.md b/howTo/usePythonInRStudio.md
index e921d0a6d7e6841d57167bbe2dd6bbd458f7bd53..630378b9cf57cb00b035e3e49abbd5abda2af8a9 100644
--- a/howTo/usePythonInRStudio.md
+++ b/howTo/usePythonInRStudio.md
@@ -9,7 +9,7 @@ On a mac:
  * I get "/opt/anaconda3/bin/python"
  * you might get other flavours and locations
  * it needs to be the one that get updated when you install modules using `pip install numpy pandas matplotlib` etc
- * in RStudio go to Project options -> python. If you are not using an RStudio project do this in Global options instead
+ * in RStudio go to Project Options -> Python. If you are not using an RStudio project do this in Global Options instead but remember this will become the default...
  * paste the results of `which python` into the 'select' box. You can try to use the auto-find feature but it didn't find conda for me
  * Save. RStudio will want to restart