From e912a0eb93bc2737d23f9aac6ddec15601022a94 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 19 Feb 2019 16:24:25 +0100 Subject: [PATCH] Typo: Firstread fix little typo --- docs/source/usage/firstread.rst | 4 ++-- docs/source/usage/firstwrite.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/usage/firstread.rst b/docs/source/usage/firstread.rst index 28580c0a13..79e4c12296 100644 --- a/docs/source/usage/firstread.rst +++ b/docs/source/usage/firstread.rst @@ -46,7 +46,7 @@ We are using the examples files from `openPMD-example-datasets `, you can start using openPMD-api as follows: +After successful :ref:`installation `, you can start using openPMD-api as follows: C++11 ^^^^^ @@ -271,7 +271,7 @@ Python Data ----- -We can not work with the newly loaded data in ``x_data``: +We can now work with the newly loaded data in ``x_data``: C++11 ^^^^^ diff --git a/docs/source/usage/firstwrite.rst b/docs/source/usage/firstwrite.rst index 9ae3117360..f14d4ac54e 100644 --- a/docs/source/usage/firstwrite.rst +++ b/docs/source/usage/firstwrite.rst @@ -45,7 +45,7 @@ Step-by-step: how to write scientific data with openPMD-api? Include / Import ---------------- -After successfull :ref:`installation `, you can start using openPMD-api as follows: +After successful :ref:`installation `, you can start using openPMD-api as follows: C++11 ^^^^^