Skip to content

Commit

Permalink
Merge pull request #102 from cbenz/spellcheck
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
Psycojoker committed Apr 29, 2016
2 parents 3d83fb3 + 6c694b6 commit c0baec4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/nodes_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ SetAttr
-------

ClassNode is a CodeBlockNode which means its value attribute accepts a wide
range of values, see :ref:`CodeBlockNode` for more informations. Most other
range of values, see :ref:`CodeBlockNode` for more information. Most other
attributes work as expected:

.. ipython:: python
Expand Down Expand Up @@ -581,7 +581,7 @@ SetAttr
-------

ElifNode is a CodeBlockNode which means its value attribute accepts a wide range
of values, see :ref:`CodeBlockNode` for more informations. Other attributes
of values, see :ref:`CodeBlockNode` for more information. Other attributes
work as expected:

.. ipython:: python
Expand All @@ -608,7 +608,7 @@ SetAttr
-------

ElifNode is a CodeBlockNode which means its value attribute accepts a wide range
of values, see :ref:`CodeBlockNode` for more informations.
of values, see :ref:`CodeBlockNode` for more information.

EndlNode
========
Expand Down Expand Up @@ -640,7 +640,7 @@ SetAttr
-------

ExceptNode is a CodeBlockNode which means its value attribute accepts a wide range
of values, see :ref:`CodeBlockNode` for more informations. Other attributes
of values, see :ref:`CodeBlockNode` for more information. Other attributes
work as expected:

.. ipython:: python
Expand Down Expand Up @@ -694,7 +694,7 @@ SetAttr
-------

FinallyNode is a CodeBlockNode which means its value attribute accepts a wide range
of values, see :ref:`CodeBlockNode` for more informations.
of values, see :ref:`CodeBlockNode` for more information.

ForNode
=======
Expand All @@ -709,7 +709,7 @@ SetAttr
-------

ForNode is a CodeBlockNode which means its value attribute accepts a wide range
of values, see :ref:`CodeBlockNode` for more informations. The else attributes
of values, see :ref:`CodeBlockNode` for more information. The else attributes
accept a great ranges of inputs, since :file:`else` is a reserved python
keyword, you need to access it using the :file:`else_` attribute. Other
attributes work as expected:
Expand Down Expand Up @@ -778,7 +778,7 @@ SetAttr
-------

FuncdefNode is a CodeBlockNode which means its value attribute accepts a wide
range of values, see :ref:`CodeBlockNode` for more informations. Most other
range of values, see :ref:`CodeBlockNode` for more information. Most other
attributes works as expected:

.. ipython:: python
Expand Down Expand Up @@ -880,7 +880,7 @@ SetAttr
-------

IfNode is a CodeBlockNode which means its value attribute accepts a wide range
of values, see :ref:`CodeBlockNode` for more informations. Other attributes
of values, see :ref:`CodeBlockNode` for more information. Other attributes
work as expected:

.. ipython:: python
Expand Down Expand Up @@ -1295,7 +1295,7 @@ SetAttr
-------

TryNode is a CodeBlockNode which means its value attribute accepts a wide range
of values, see :ref:`CodeBlockNode` for more informations. For the :file:`else`
of values, see :ref:`CodeBlockNode` for more information. For the :file:`else`
and the :file:`finally` and the :file:`excepts` attributes, TryNode is very
flexible on the range of inputs it can get, like for a CodeBlockNode value's
attribute.
Expand Down Expand Up @@ -1414,7 +1414,7 @@ SetAttr
-------

WhileNode is a CodeBlockNode which means its value attribute accepts a wide
range of values, see :ref:`CodeBlockNode` for more informations. The else
range of values, see :ref:`CodeBlockNode` for more information. The else
attributes accept a great ranges of inputs, since :file:`else` is a reserved
python keyword, you need to access it using the :file:`else_` attribute. Other
attributes work as expected:
Expand Down Expand Up @@ -1468,7 +1468,7 @@ SetAttr
-------

WithNode is a CodeBlockNode which means its value attribute accepts a wide range
of values, see :ref:`CodeBlockNode` for more informations. Other attributes
of values, see :ref:`CodeBlockNode` for more information. Other attributes
work as expected:

.. ipython:: python
Expand Down

0 comments on commit c0baec4

Please sign in to comment.