From 2def60a3214a68def49832e220231bf373833f17 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Mon, 12 Oct 2015 11:26:03 +0300 Subject: [PATCH] Corrected typo in plotting for 2D Hertzian example. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9f84298f..21400ed2 100644 --- a/README.rst +++ b/README.rst @@ -110,7 +110,7 @@ When the simulation is complete you can plot the A-scan using: .. code-block:: none - python -m tools.plot_hdf5Ascan user_models/hertzian_dipole_2D.out + python -m tools.plot_hdf5_Ascan user_models/hertzian_dipole_2D.out Optional command line arguments -------------------------------