Skip to content

Commit

Permalink
Correct docstring for @__FILE__ ref #12727
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton authored and jakebolewski committed Sep 4, 2015
1 parent 446a478 commit c1b2cd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/docs/helpdb.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9929,8 +9929,7 @@ keywords[symbol("@__FILE__")] = doc"""
@__FILE__() -> AbstractString
`@__FILE__` expands to a string with the absolute path and file name of the script being run.
Returns `"none"` if run from a REPL or command-line context.
`@__FILE__` expands to a string with the absolute path and file name of the script being run. Returns `nothing` if run from a REPL or an empty string if evaluated by `julia -e <expr>`.
"""

keywords[symbol("@__LINE__")] = doc"""
Expand Down

0 comments on commit c1b2cd7

Please sign in to comment.