whitespace cleanup in docs

This commit is contained in:
Axel Kohlmeyer
2017-06-21 09:38:10 -04:00
parent f45c7e1fb0
commit 1a77135ed6
31 changed files with 254 additions and 254 deletions

View File

@ -714,7 +714,7 @@ stored in the "image" property. All three image flags are stored in
a packed format in a single integer, so count would be 1 to retrieve
that integer, however also a count value of 3 can be used and then
the image flags will be unpacked into 3 individual integers, ordered
in a similar fashion as coordinates.
in a similar fashion as coordinates.
Note that the data structure gather_atoms("x") returns is different
from the data structure returned by extract_atom("x") in four ways.