-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect docstring with erroneous ?
in REPL help mode
#13761
Comments
It might be a lookup issue. Same thing happens with |
It's a multiplication julia> :(?@parallel)
:((?) * @parallel()) |
Ah yes, now it makes sense. |
This now gives: help?> ?@parallel
ERROR: ArgumentError: wrong number of arguments to @parallel Is that good enough to close? |
As long as we want to keep the parsing of
|
This has not really anything to do with the docsystem then. Also giving an error that points to the |
Accidently typed a
?
when already at help mode and got this strange resultThe text was updated successfully, but these errors were encountered: