Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaladh-singhal authored Jul 1, 2021
1 parent 0422f31 commit ee37e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/io/optional/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TARDIS also allows other inputs that are passed as keyword arguments into the ``
callback_example


Additionally, ``run_tardis`` can take in a filepath for the atomic data and a boolian for virtual packet logging. For example:
Additionally, ``run_tardis`` can take in a filepath for the atomic data and a boolean for virtual packet logging. For example:

.. code-block:: python
Expand All @@ -22,4 +22,4 @@ Additionally, ``run_tardis`` can take in a filepath for the atomic data and a bo
sim = run_tardis('configuration_file', atom_data='filepath_to_atomic_data', virtual_packet_logging=True)
Both of these are also options in the :ref:`configuration file <config-components>`. The option to pass them inside ``run_tardis``
may be removed in a future release of the code.
may be removed in a future release of the code.

0 comments on commit ee37e13

Please sign in to comment.