Skip to content

Commit 57e4f50

Browse files
committed
Fix typo
python -> Python
1 parent 20fad63 commit 57e4f50

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)