diff --git a/python/paddle_fl/paddle_fl/examples/detection_demo/README.md b/python/paddle_fl/paddle_fl/examples/detection_demo/README.md index 12f89940ccb0e0e5b79ee2d836195b369904edda..6de2efa111bf1bb16dd929ee0c33294d4478d169 100644 --- a/python/paddle_fl/paddle_fl/examples/detection_demo/README.md +++ b/python/paddle_fl/paddle_fl/examples/detection_demo/README.md @@ -33,7 +33,7 @@ Before training, please modify the following paths according to your environment export PYTHONPATH=/path/to/PaddleDetection # In fl_train.py, change the path to your fl_fruit dataset that is downloaded in download.sh. -# Note, the path should be absolute path rather than relatice path. Otherwise, error will be raised. +# Note, the path should be absolute path rather than relative path. Otherwise, error will be raised. #line 41 self.root_path = '/path/to/your/fl_fruit'