Skip to content

Commit

Permalink
Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
enekomartinmartinez committed Nov 8, 2021
1 parent 9126289 commit 86160d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ There are times when we may choose to overwrite a stock with a constant value (i

Querying current values
-----------------------
We can easily access the current value of a model component busing curly brackets. For instance, to find the temperature of the teacup, we simply call::
We can easily access the current value of a model component using curly brackets. For instance, to find the temperature of the teacup, we simply call::

model['Teacup Temperature']

Expand Down
2 changes: 1 addition & 1 deletion docs/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When you're happy with your edits, submit a pull request to the main branch.

.. note::
In order to open a pull request,the new features and changes should be througly tested.
To do so, unit tests of new features or translated functions should be added, please check the Development Tools section bellow. When opening a pull request all tests are run and the coverage and pep8 style are checked.
To do so, unit tests of new features or translated functions should be added, please check the Development Tools section below. When opening a pull request all tests are run and the coverage and pep8 style are checked.

Development Tools
-----------------
Expand Down
2 changes: 1 addition & 1 deletion pysd/py_backend/vensim/vensim2py.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_model_elements(model_str):
Parameters
----------
model_str : str
Model file conten to read.
Model file content to read.
Returns
-------
Expand Down

0 comments on commit 86160d5

Please sign in to comment.