Skip to content

Commit cb7cb40

Browse files
Merge pull request #13972 from taehoonlee/fix_typos
Fix typos
2 parents 5e855c5 + 90278e6 commit cb7cb40

File tree

2 files changed

+2
-2
lines changed
  • tensorflow

2 files changed

+2
-2
lines changed

tensorflow/contrib/boosted_trees/python/training/functions/gbdt_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def __init__(self,
344344
learner_config.num_classes == 2)
345345

346346
def _predict_and_return_dict(self, ensemble_handle, ensemble_stamp, mode):
347-
"""Runs prediciton and returns a dictionary of the prediction results.
347+
"""Runs prediction and returns a dictionary of the prediction results.
348348
349349
Args:
350350
ensemble_handle: ensemble resource handle.

tensorflow/examples/get_started/regression/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
# ==============================================================================
15-
"""A simple smoke test that runs these examples for 1 training iteraton."""
15+
"""A simple smoke test that runs these examples for 1 training iteration."""
1616

1717
from __future__ import absolute_import
1818
from __future__ import division

0 commit comments

Comments
 (0)