Skip to content

Commit 3cb2df0

Browse files
committed
fix docstring signature
1 parent c8ae364 commit 3cb2df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pointtopoint.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const REQUEST_NULL = _Request(MPI_REQUEST_NULL, nothing)
8080
Request() = Request(REQUEST_NULL.val, nothing)
8181

8282
"""
83-
ismessage, (status|nothing) = Iprobe(src::Integer, tag::Integer, comm::Comm)
83+
status = Probe(src::Integer, tag::Integer, comm::Comm)
8484
8585
Blocks until there is a message that can be received matching `src`, `tag` and
8686
`comm`. Returns the corresponding [`Status`](@ref) object.

0 commit comments

Comments
 (0)