From 59ec47932d6562a806d824b3eacea087fb14c735 Mon Sep 17 00:00:00 2001 From: "xiaoqiang.zhao" Date: Tue, 18 Dec 2018 10:16:52 +0800 Subject: [PATCH] fix a minor typo about entering diagnosis mode --- python_api/libInteractive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_api/libInteractive.py b/python_api/libInteractive.py index 8c147a8..612f406 100644 --- a/python_api/libInteractive.py +++ b/python_api/libInteractive.py @@ -572,7 +572,7 @@ def diagnosis_mode(dpt): enter diagnosis mode ''' dpt.info_print('Steps to enter diagnosis mode:') - dpt.info_print('1. Turn of DPT') + dpt.info_print('1. Turn off DPT') dpt.info_print('2. Hold HOME button') dpt.info_print('3. Press POWER button once. Then light blinks yellow') dpt.info_print('4. Release HOME button, a black square will show up')