Skip to content

Commit 29bf739

Browse files
committed
Correct file reference (there's no qstrraw.h)
1 parent b294a7e commit 29bf739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/qstr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
// See qstrraw.h for a list of qstr's that are available as constants.
27+
// See qstrdefs.h for a list of qstr's that are available as constants.
2828
// Reference them as MP_QSTR_xxxx.
2929
//
3030
// Note: it would be possible to define MP_QSTR_xxx as qstr_from_str_static("xxx")

0 commit comments

Comments
 (0)