STY: Oxford comma.

This commit is contained in:
Scott Sanderson
2015-11-19 00:46:41 -05:00
parent e812a1c7a8
commit b71327d694
+1 -1
View File
@@ -5,7 +5,7 @@ Algorithm API
~~~~~~~~~~~~~
The following methods are available for use in the ``initialize``,
``handle_data`` and ``before_trading_start`` API functions.
``handle_data``, and ``before_trading_start`` API functions.
In all listed functions, the ``self`` argument is implicitly the
currently-executing :class:`~zipline.algorithm.TradingAlgorithm` instance.