From 849598664cef23dde1cb29bbefa67a1df0de35ea Mon Sep 17 00:00:00 2001 From: Andy Reagan Date: Tue, 2 Jul 2024 11:51:49 -0400 Subject: [PATCH] Update weighted_avg_shifts.rst --- docs/cookbook/weighted_avg_shifts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/weighted_avg_shifts.rst b/docs/cookbook/weighted_avg_shifts.rst index c7d381c..d664fbb 100644 --- a/docs/cookbook/weighted_avg_shifts.rst +++ b/docs/cookbook/weighted_avg_shifts.rst @@ -48,7 +48,7 @@ To show an example, we compare the average sentiment of Bush's and Johnsonn's sp .. code-block:: python sentiment_shift = sh.WeightedAvgShift(type2freq_1=type2freq_1, - type2freq_1=type2freq_2, + type2freq_2=type2freq_2, type2score_1='labMT_English', reference_value=5, stop_lens=[(4,6)])