Skip to content

Commit

Permalink
docs: Fix broken link in PythonParameter docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Mar 12, 2024
1 parent be775ff commit f2c6d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pywr-schema/src/parameters/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ pub enum PythonReturnType {

/// A Parameter that uses a Python object for its calculations.
///
/// This struct defines a schema for loading a [`crate::parameters::PyParameter`] from external
/// This struct defines a schema for loading a [`PyParameter`] from external
/// sources. The user provides the name of an object in the given module. Typically, this object will be
/// a class the user has written. For more information on the expected format and signature of
/// this object please refer to the [`crate::parameters::PyParameter`] documentation. The object
/// this object please refer to the [`PyParameter`] documentation. The object
/// is initialised with user provided positional and/or keyword arguments that can be provided
/// here.
///
Expand Down

0 comments on commit f2c6d29

Please sign in to comment.