Skip to content

Commit

Permalink
Merge pull request #189 from dnmvisser/dv_typos
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
leifj committed Mar 9, 2020
2 parents 7705880 + c22eea5 commit bbd321e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ a basic example:
Lets pick this pipeline apart. First notice the two *when* instructions. The :ref:`pyff.builtins:when` pipe is used to
conditionally execute a set of instructions. There is essentially only one type of condition. When processing a pipeline
pyFF keeps a state variable (a dict-like object) which changes as the instructions are processed. When the pipeline is
launched the state is initialized with a a set of key-value pairs used to control execution of the pipeline.
launched the state is initialized with a set of key-value pairs used to control execution of the pipeline.

There are a few pre-defined states, in this case we're dealing with two: the execution mode `update` or `request` (we'll
get to that one later) or the `accept` state used to implement content negotiation in the pyFF wsgi app. In fact there are
Expand Down

0 comments on commit bbd321e

Please sign in to comment.