cleanup epydoc errors

This commit is contained in:
2008-10-14 22:31:10 +00:00
parent dcda0b9d86
commit 8fcaa1782d
12 changed files with 84 additions and 85 deletions

View File

@@ -131,8 +131,7 @@ class Particle:
Get the particles locations.
A list of tuple is returned in particle mode.
A list of list of tuple is returned in hair mode.
The tuple is a vector of 3 or 4 floats in world space (x,y,z,
optionally the particle's id).
The tuple is a vector of 3 or 4 floats in world space (x,y,z, optionally the particle's id).
@type all: int
@param all: if not 0 export all particles (uninitialized (unborn or died)particles exported as None).
@type id: int