Skip to content

Commit ff0bc4b

Browse files
author
Yue Tu
committed
fix a typo
1 parent b323c5b commit ff0bc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/overview.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Here is an example:
186186
Use Scripts Stored in a Git Repository
187187
--------------------------------------
188188
When you create an estimator, you can specify a training script that is stored in a GitHub or other Git repository as the entry point for the estimator, so that you don't have to download the scripts locally.
189-
If you fo so, source directory and dependencies should be in the same repo if they are needed. Git support can be enabled simply by providing ``git_config`` parameter
189+
If you do so, source directory and dependencies should be in the same repo if they are needed. Git support can be enabled simply by providing ``git_config`` parameter
190190
when creating an ``Estimator`` object. If Git support is enabled, then ``entry_point``, ``source_dir`` and ``dependencies``
191191
should be relative paths in the Git repo if provided.
192192

0 commit comments

Comments
 (0)