Skip to content

Commit

Permalink
correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bonneted committed Jan 24, 2025
1 parent 2d5c942 commit d4ed4b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deepxde/utils/internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ def get_num_args(func):
return len(params) - ("self" in params)

def has_default_values(func):
"""
Check if the given function has default values for its parameters.
"""Check if the given function has default values for its parameters.
Args:
func (function): The function to inspect.
Expand Down

0 comments on commit d4ed4b6

Please sign in to comment.