Skip to content
Snippets Groups Projects
Commit 538915e1 authored by Andrew Maclean's avatar Andrew Maclean
Browse files

Fixed spelling

parent cb6c633f
No related branches found
No related tags found
1 merge request!327Add pythonic api examples 1
Pipeline #395501 canceled
......@@ -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`)
......@@ -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`)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment