Skip to content

Commit

Permalink
Docs: fix misc errors introduced recently
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Dec 29, 2014
1 parent 141bc79 commit e6e4c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/manual/control-flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ handle such exceptional circumstances, allow that code to take the
appropriate action.

Built-in :exc:`Exception`\ s
~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

:exc:`Exception`\ s are thrown when an unexpected condition has occurred. The
built-in :exc:`Exception`\ s listed below all interrupt the normal flow of control.
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/parallel-computing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ Julia provides two in-built cluster managers:
- :class:`LocalManager`, used when :func:`addprocs` or :func:`addprocs(::Integer) <addprocs>` are called
- :class:`SSHManager`, used when :func:`addprocs(::Array) <addprocs>` is called with a list of hostnames

:func:`addprocs(manager::FooManager)` <addprocs>` requires ``FooManager`` to implement::
:func:`addprocs(manager::FooManager) <addprocs>` requires ``FooManager`` to implement::

function launch(manager::FooManager, params::Dict, launched::Array, c::Condition)
...
Expand Down

0 comments on commit e6e4c0c

Please sign in to comment.