Skip to content

Commit 6c04b1b

Browse files
committed
Reflow
1 parent f1f60e8 commit 6c04b1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/usage.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,8 @@ array of type `'i4'` and length 3. The reason is simply that the PLY
197197
format provides no way to find out that each "vertex_indices" field has
198198
length 3 without actually reading all the data, so `plyfile` has to
199199
assume that this is a variable-length property. However, see the
200-
[FAQ](#faq-list-from-2d)
201-
for an easy way to recover a two-dimensional array
202-
from a list property, and also see the notes above about the
200+
[FAQ](#faq-list-from-2d) for an easy way to recover a two-dimensional
201+
array from a list property, and also see the notes above about the
203202
`known_list_len` kwarg to speed up the reading of files with lists of
204203
fixed, known length.
205204

0 commit comments

Comments
 (0)