Skip to content

Commit 8d8d58f

Browse files
authored
fix escaping of gen_call_with_extracted_types_and_kwargs docstring(#44177)
1 parent a9aad97 commit 8d8d58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/InteractiveUtils/src/macros.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function gen_call_with_extracted_types(__module__, fcn, ex0, kws=Expr[])
174174
end
175175

176176
"""
177-
Same behaviour as gen_call_with_extracted_types except that keyword arguments
177+
Same behaviour as `gen_call_with_extracted_types` except that keyword arguments
178178
of the form "foo=bar" are passed on to the called function as well.
179179
The keyword arguments must be given before the mandatory argument.
180180
"""

0 commit comments

Comments
 (0)