Skip to content

Commit

Permalink
STYLE: Fix verbatim code syntax in Python quick start documentation
Browse files Browse the repository at this point in the history
Fix inline verbatim code syntax in Python quick start documentation:
remove spare backtick.
  • Loading branch information
jhlegarreta authored and hjmjohnson committed Dec 1, 2023
1 parent 8a4ab31 commit 906e69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/docs/learn/python_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ image = itk.image_from_vtk_image(vtk_image)

### ITK and napari

An `itk.Image` can be converted to and from a [`napari.layers.Image``](https://napari.org/stable/api/napari.layers.Image.html#napari.layers.Image) while
An `itk.Image` can be converted to and from a [`napari.layers.Image`](https://napari.org/stable/api/napari.layers.Image.html#napari.layers.Image) while
preserving metadata with the [itk-napari-conversion package](https://github.com/InsightSoftwareConsortium/itk-napari-conversion).

### ITK Python types
Expand Down

0 comments on commit 906e69d

Please sign in to comment.