diff --git a/docs/zh_CN/xparl/distribute_files.md b/docs/zh_CN/xparl/distribute_files.md index 0b3ec8f565b27797ef925aa0521c3704524c1984..5b8a3572c4b695e3eccd45f6fa7fa650565f8179 100644 --- a/docs/zh_CN/xparl/distribute_files.md +++ b/docs/zh_CN/xparl/distribute_files.md @@ -17,5 +17,5 @@ ``` ```python -parl.connect("localhost:8004", distributed_files=['./policy/*.py']) +parl.connect("localhost:8004", distributed_files=['./policy/*.py', './policy/*.ini']) ```