From b71327d69437cb1212c4304758f0cca0a9007e14 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 19 Nov 2015 00:46:41 -0500 Subject: [PATCH] STY: Oxford comma. --- docs/source/appendix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/appendix.rst b/docs/source/appendix.rst index 473cd0fa..e73d5102 100644 --- a/docs/source/appendix.rst +++ b/docs/source/appendix.rst @@ -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.