From 0f061ae803563adb4cab139f1a65db7fa2c6211c Mon Sep 17 00:00:00 2001 From: louisnw Date: Wed, 17 May 2023 15:25:38 +0100 Subject: [PATCH] Fixed mistake in docs. --- docs/source/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs.md b/docs/source/docs.md index 2d134bd..f0b7e34 100644 --- a/docs/source/docs.md +++ b/docs/source/docs.md @@ -200,7 +200,7 @@ ___ Sets the data for the line. -This should be given as a DataFrame, with the columns: `time | price` +This should be given as a DataFrame, with the columns: `time | value` ___ ### `update`