Skip to content

Commit

Permalink
docs: minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
posborne committed Oct 3, 2015
1 parent 6ae6946 commit 7fb6f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Data Modeling
Suitcase provides a declarative syntax for recording the structure of
the messages in your problem domain. The first step is to understand
those messages and convert each message layer into its correspdonding
:class:`suitcase.structure.Structure`s and
:class:`suitcase.fields.Field`s.
:class:`suitcase.structure.Structure` s and
:class:`suitcase.fields.BaseField` s.

Typically, you will end up with one structure for each layer of a
protocol stack, if that is your domain. For instance, let's say that
Expand Down

0 comments on commit 7fb6f01

Please sign in to comment.