Skip to content

Commit 5bc7b83

Browse files
committed
Fixed typo
1 parent e89bfcb commit 5bc7b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsfresh/examples/robot_execution_failures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def download_robot_execution_failures():
5151
========
5252
5353
>>> from tsfresh.examples import download_robot_execution_failures
54-
>>> download_robot_execution_failures_lp1()
54+
>>> download_robot_execution_failures()
5555
"""
5656
if os.path.exists(data_file_name):
5757
_logger.warning("You have already downloaded the Robot Execution Failures LP1 Data Set.")

0 commit comments

Comments
 (0)