Skip to content

Commit d4ed4b6

Browse files
committed
correct docstring
1 parent 2d5c942 commit d4ed4b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deepxde/utils/internal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ def get_num_args(func):
203203
return len(params) - ("self" in params)
204204

205205
def has_default_values(func):
206-
"""
207-
Check if the given function has default values for its parameters.
206+
"""Check if the given function has default values for its parameters.
208207
209208
Args:
210209
func (function): The function to inspect.

0 commit comments

Comments
 (0)