Skip to content

Commit 24ddae9

Browse files
nickrobinson251JeffBezanson
authored andcommitted
Remove out-of-date docs on printing nothing (#33216)
1 parent 2921ad7 commit 24ddae9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base/strings/io.jl

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ if `io` is not given) a canonical (un-decorated) text representation.
1010
The representation used by `print` includes minimal formatting and tries to
1111
avoid Julia-specific details.
1212
13-
Printing `nothing` is not allowed and throws an error.
14-
1513
`print` falls back to calling `show`, so most types should just define
1614
`show`. Define `print` if your type has a separate "plain" representation.
1715
For example, `show` displays strings with quotes, and `print` displays strings

0 commit comments

Comments
 (0)