Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx authored Jan 3, 2024
1 parent 2bad487 commit dd4fb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pints/_optimisers/_xnes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class XNES(pints.PopulationBasedOptimiser):
.. [2] PyBrain: The Python machine learning library
http://pybrain.org
This library is co-auhtored by xNES' authors.
PyBrain is co-authored by xNES' authors.
"""
def __init__(self, x0, sigma0=None, boundaries=None):
Expand Down

0 comments on commit dd4fb70

Please sign in to comment.