Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicarlsen committed Sep 8, 2020
1 parent 2cc6906 commit 1b70008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/get_started/local_project-basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ Script Associations
Analysis
--------

+ To initialize a local Thot project in your script.
+ To initialize a local Thot project in your Python script.

.. code-block:: python
:caption: Initialize a local Thot project.
Expand All @@ -512,7 +512,7 @@ Analysis
file_path = asset.file
container_name = container.name
is_boolean = container.metadata[ 'booean_metadata' ]
is_boolean = container.metadata[ 'boolean_metadata' ]
nested_number = container.metadata[ 'json_metadata' ][ 'another_number' ]
+ Analyze the project.
Expand Down

0 comments on commit 1b70008

Please sign in to comment.