Skip to content

Commit 786ab84

Browse files
nickrobinson251KristofferC
authored andcommitted
Remove out-of-date docs on printing nothing (#33216)
(cherry picked from commit 24ddae9)
1 parent 9000bd8 commit 786ab84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base/strings/io.jl

Lines changed: 0 additions & 2 deletions
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)