From 538915e1be5420986738a298f0cf006c462975e2 Mon Sep 17 00:00:00 2001 From: Andrew Maclean <andrew.amaclean@gmail.com> Date: Fri, 12 Apr 2024 13:54:46 +1000 Subject: [PATCH] Fixed spelling --- src/Python/Utilities/SelectExamples.md | 2 +- src/PythonicAPI/Utilities/SelectExamples.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Python/Utilities/SelectExamples.md b/src/Python/Utilities/SelectExamples.md index 4e346f37873..d685471e8df 100644 --- a/src/Python/Utilities/SelectExamples.md +++ b/src/Python/Utilities/SelectExamples.md @@ -7,4 +7,4 @@ In order to do this, a JSON file listing the vtk examples by VTK class is obtain When you run this script by specifying the VTK Class and Language (one of: `CSharp`, `Cxx`, `Java`, `Python`, `PythonicAPI`), a list of links to the respective examples containing that class is returned. By default five or fewer examples are returned. If there are more than five examples for a class then five examples are randomly selected. You can override the maximum number of examples (e.g. `-n20`) or select all examples `-a`. !!! note - Options are also provided to force an overwrite of downloaded the JSON file (`-0`) or to change the URL to the JSON file (`-j`) + Options are also provided to force an overwrite of downloaded the JSON file (`-o`) or to change the URL to the JSON file (`-j`) diff --git a/src/PythonicAPI/Utilities/SelectExamples.md b/src/PythonicAPI/Utilities/SelectExamples.md index 4e346f37873..d685471e8df 100644 --- a/src/PythonicAPI/Utilities/SelectExamples.md +++ b/src/PythonicAPI/Utilities/SelectExamples.md @@ -7,4 +7,4 @@ In order to do this, a JSON file listing the vtk examples by VTK class is obtain When you run this script by specifying the VTK Class and Language (one of: `CSharp`, `Cxx`, `Java`, `Python`, `PythonicAPI`), a list of links to the respective examples containing that class is returned. By default five or fewer examples are returned. If there are more than five examples for a class then five examples are randomly selected. You can override the maximum number of examples (e.g. `-n20`) or select all examples `-a`. !!! note - Options are also provided to force an overwrite of downloaded the JSON file (`-0`) or to change the URL to the JSON file (`-j`) + Options are also provided to force an overwrite of downloaded the JSON file (`-o`) or to change the URL to the JSON file (`-j`) -- GitLab