Edit links.yml (#166)

This commit is contained in:
pollfly
2022-01-19 14:28:42 +02:00
committed by GitHub
parent 70595e4f84
commit 87078ea85f
2 changed files with 4 additions and 4 deletions

View File

@@ -384,7 +384,7 @@ Example:
```python
if __name__ == '__main__':
PipelineDecorator.debug_pipeline()
executing_pipeline(pickle_url='https://exaple.com/iris_dataset.pkl')
executing_pipeline(pickle_url='https://example.com/iris_dataset.pkl')
print('pipeline completed')
```