Skip to content

Commit 6e11a67

Browse files
committed
fix indentation error in docstring for readthedocs
1 parent 5010180 commit 6e11a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/modules/train/model_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ def create_input_data_channel(
781781
ignore_patterns: (Optional[List[str]]) :
782782
The ignore patterns to ignore specific files/folders when uploading to S3.
783783
If not specified, default to: ['.env', '.git', '__pycache__', '.DS_Store',
784-
'.cache', '.ipynb_checkpoints'].
784+
'.cache', '.ipynb_checkpoints'].
785785
"""
786786
channel = None
787787
if isinstance(data_source, str):

0 commit comments

Comments
 (0)