diff --git a/src/wela/plotting.py b/src/wela/plotting.py
index d7a0700e5a103fb780ccb20693e87425416cf022..1cc02102c4c65994ddcaae801a7a6354efebf182 100644
--- a/src/wela/plotting.py
+++ b/src/wela/plotting.py
@@ -731,7 +731,7 @@ def get_bud_to_bud_data(
     tpt_i, t, signal_data, buddings, no_future_buddings_index=0
 ):
     """
-    Get data for bud-to-bud around tpt for each cell.
+    Get data for bud_to_bud_plot around tpt for each cell.
 
     Parameters
     ----------