From 06c3966f89d8652d0a2c0c0f6d2d08adb3f56e4d Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Sun, 7 May 2017 22:58:08 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8be00cd..9412d8a 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Include any `valid option`_ to PivotTable.js's `pivotUI()` function as a keyword .. code:: python - pivot_ui(df, rows['row_name'], cols=['col_name']) + pivot_ui(df, rows=['row_name'], cols=['col_name']) Independently control the output file path and the URL used to access it from Jupyter.