From a99c0ed14f4830ecbfd581f767a974de7c1deaa8 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 8 Dec 2016 08:18:50 +0000 Subject: [PATCH] Corrected typo in example of how to run the inputfile_old2new tool. --- docs/source/utils.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/utils.rst b/docs/source/utils.rst index 96f4c2e9..0b45eb3d 100644 --- a/docs/source/utils.rst +++ b/docs/source/utils.rst @@ -13,7 +13,7 @@ This modules assists with the process of migrating input files from the syntax o .. code-block:: none - python -m tools.inputfile_new2old inputfile + python -m tools.inputfile_old2new inputfile where ``inputfile`` is the name of input file including the path.