Skip to content

Commit 12af767

Browse files
authored
Merge pull request #89716 from changeworld/patch-75
Fix typo
2 parents a3ef3a0 + 57e4f50 commit 12af767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-troubleshoot-batch-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ arg_parser.add_argument("--logging_level", type=str, help="logging level")
110110
args, unknown_args = arg_parser.parse_known_args()
111111
print(args.logging_level)
112112

113-
# Initialize python logger
113+
# Initialize Python logger
114114
logger = logging.getLogger(__name__)
115115
logger.setLevel(args.logging_level.upper())
116116
logger.info("Info log statement")

0 commit comments

Comments
 (0)