Skip to content

Commit

Permalink
Merge pull request JuliaLang#7350 from bcj/patch-1
Browse files Browse the repository at this point in the history
missing : for codeblock
  • Loading branch information
kmsquire committed Jun 21, 2014
2 parents 37638ac + c28df52 commit 339f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/running-external-programs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ can be used instead::
true

More generally, you can use ``open`` to read from or write to an external
command. For example:
command. For example::

julia> open(`less`, "w", STDOUT) do io
for i = 1:1000
Expand Down

0 comments on commit 339f72e

Please sign in to comment.