From 49165b1d93be8a3f7c64cc3bb9d7f0ee9ccc96e8 Mon Sep 17 00:00:00 2001 From: core-man Date: Wed, 10 Mar 2021 13:14:37 +0800 Subject: [PATCH] Tiny text fix --- doc/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install.rst b/doc/install.rst index 72a0090ae3b..812a9267d4e 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -29,7 +29,7 @@ To activate the virtual environment, you can do:: conda activate pygmt After this, check that everything works by running the following in a Python -interpreter (e.g. in a Jupyter notebook):: +interpreter (e.g., in a Jupyter notebook):: import pygmt pygmt.show_versions() @@ -40,8 +40,8 @@ Start by looking at the tutorials on our sidebar, good luck! .. note:: The sections below provide more detailed, step by step instructions to - installing and testing PyGMT for those who may have a slightly different - setup or want to install the latest development version. + install and test PyGMT for those who may have a slightly different setup or + want to install the latest development version. Which Python? -------------