Skip to content

Commit 00e6369

Browse files
committed
Add some corrections
1 parent b6ff6b4 commit 00e6369

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/concepts.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Data Feeds - Passing them around
2929
********************************
3030

3131
The basis of the work with the platform will be done with *Strategies*. And
32-
these will get passed *Data Feeds* The platform end user does not need to care
32+
these will get passed *Data Feeds*. The platform end user does not need to care
3333
about receiving them:
3434

3535
*Data Feeds are automagically provided member variables to the strategy in the
@@ -724,7 +724,6 @@ Functions:
724724
- ``max`` -> ``Max``
725725
- ``min`` -> ``Min``
726726
- ``sum`` -> ``Sum``
727-
- ``reduce`` -> ``Reduce``
728727

729728
``Sum`` actually uses ``math.fsum`` as the underlying operation because the
730729
platform works with floating point numbers and applying a regular ``sum``

docs/quickstart/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The amount of boilerplate has grown slightly, because we added:
138138
*Data Feed* file
139139

140140
- Having *datetime* objects to filter on which data from the *Data Feed* we
141-
will be operatign
141+
will be operating
142142

143143
Aside from that, the *Data Feed* is created and added to **cerebro**.
144144

0 commit comments

Comments
 (0)