We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f60e8 commit 6c04b1bCopy full SHA for 6c04b1b
doc/usage.md
@@ -197,9 +197,8 @@ array of type `'i4'` and length 3. The reason is simply that the PLY
197
format provides no way to find out that each "vertex_indices" field has
198
length 3 without actually reading all the data, so `plyfile` has to
199
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
+[FAQ](#faq-list-from-2d) for an easy way to recover a two-dimensional
+array from a list property, and also see the notes above about the
203
`known_list_len` kwarg to speed up the reading of files with lists of
204
fixed, known length.
205
0 commit comments