Skip to content

Commit

Permalink
[DOC] fix smax display in part1.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
loganthomas committed Aug 16, 2019
1 parent 08afab5 commit 59959ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/basic/part1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Particle
A particle is another special type of individual as it usually has a speed and
generally remembers its best position. This type of individual is created (once
again) the same way as inheriting from a list. This time, :attr:`speed`,
:attr:`best` and speed limits (:attr:`smin`,:attr:`smax`) attributes are added to the object. Again, an
:attr:`best` and speed limits (:attr:`smin`, :attr:`smax`) attributes are added to the object. Again, an
initialization function :func:`initParticle` is also registered to produce the
individual receiving the particle class, size, domain, and speed limits as
arguments.
Expand Down

0 comments on commit 59959ac

Please sign in to comment.