Skip to content

Commit a1b442b

Browse files
committed
py/mpconfig.h: Fix description for MICROPY_PY_STR_BYTES_CMP_WARN.
1 parent 707cae7 commit a1b442b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ typedef double mp_float_t;
590590
#define MICROPY_PY_ASYNC_AWAIT (1)
591591
#endif
592592

593-
// Support for async/await/async for/async with
593+
// Issue a warning when comparing str and bytes objects
594594
#ifndef MICROPY_PY_STR_BYTES_CMP_WARN
595595
#define MICROPY_PY_STR_BYTES_CMP_WARN (0)
596596
#endif

0 commit comments

Comments
 (0)