Skip to content

Commit

Permalink
rm redundant docstring for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 5, 2024
1 parent 53933d9 commit 95c3491
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions stdlib/REPL/src/docview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,6 @@ function insert_internal_warning(other, internal_access::Set{Pair{Module,Symbol}
other
end

"""
Docs.doc(binding, sig)
Return all documentation that matches both `binding` and `sig`.
If `getdoc` returns a non-`nothing` result on the value of the binding, then a
dynamic docstring is returned instead of one based on the binding itself.
"""
function doc(binding::Binding, sig::Type = Union{})
if defined(binding)
result = getdoc(resolve(binding), sig)
Expand Down

0 comments on commit 95c3491

Please sign in to comment.