Skip to content

Commit

Permalink
Fix capitalization in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilith Hafner authored and ChrisRackauckas committed Sep 24, 2023
1 parent f0df32b commit dc7ad0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/PyCallExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module PyCallExt
using PyCall: PyCall, PyObject, PyAny, pyfunctionret, pyimport, hasproperty
using SciMLBase: SciMLBase, solve

# SciMl uses a function's arity (number of arguments) to determine if it operates in place.
# SciML uses a function's arity (number of arguments) to determine if it operates in place.
# PyCall does not preserve arity, so we inspect Python functions to find their arity.
function SciMLBase.numargs(f::PyObject)
inspect = pyimport("inspect")
Expand Down

0 comments on commit dc7ad0f

Please sign in to comment.