Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw92 committed Oct 12, 2023
1 parent 00c856f commit a4ce35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propulate/propagators/pso.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class CanonicalPSO(ConstrictionPSO):
See Also
--------
:class:``ConstrictionPSO`` : Parent class
:class: ``ConstrictionPSO`` : Parent class
"""

def __init__(self, c_cognitive, c_social, rank, limits, rng):
Expand Down

0 comments on commit a4ce35e

Please sign in to comment.