Skip to content

Commit 52304c8

Browse files
committed
DOC: Avoid ellipsis in Quick Start Guide
1 parent 61fd3ef commit 52304c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Quick_start_guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Input/Output (IO)
146146
.................
147147

148148
Convenient functions are provided read and write from ITK's many supported
149-
file formats.::
149+
file formats::
150150

151151
image = itk.imread('image.tif')
152152

@@ -220,12 +220,12 @@ To specify the type of the filter, use the `ttype` keyword argument. Explicit in
220220
Instantiate an ITK object
221221
.........................
222222

223-
There are two types of ITK objects. Most ITK objects (images, filters, adapters, ...) are instantiated the following way:
223+
There are two types of ITK objects. Most ITK objects, such as images, filters, or adapters, are instantiated the following way:
224224

225225
.. literalinclude:: code/InstantiateITKObjects.py
226226
:lines: 6-8
227227

228-
Some objects (matrix, vector, RGBPixel, ...) do not require the attribute `.New()` to be added to instantiate them:
228+
Some objects, like a Matrix, Vector, or RGBPixel, do not require the attribute `.New()` to be added to instantiate them:
229229

230230
.. literalinclude:: code/InstantiateITKObjects.py
231231
:lines: 11

0 commit comments

Comments
 (0)