File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -848,15 +848,15 @@ on the right is the text you'd replace it with.
848
848
``'s#' `` ``str(zeroes=True) ``
849
849
``'s*' `` ``Py_buffer(accept={buffer, str}) ``
850
850
``'U' `` ``unicode ``
851
- ``'u' `` ``Py_UNICODE ``
852
- ``'u#' `` ``Py_UNICODE (zeroes=True) ``
851
+ ``'u' `` ``wchar_t ``
852
+ ``'u#' `` ``wchar_t (zeroes=True) ``
853
853
``'w*' `` ``Py_buffer(accept={rwbuffer}) ``
854
854
``'Y' `` ``PyByteArrayObject ``
855
855
``'y' `` ``str(accept={bytes}) ``
856
856
``'y#' `` ``str(accept={robuffer}, zeroes=True) ``
857
857
``'y*' `` ``Py_buffer ``
858
- ``'Z' `` ``Py_UNICODE (accept={str, NoneType}) ``
859
- ``'Z#' `` ``Py_UNICODE (accept={str, NoneType}, zeroes=True) ``
858
+ ``'Z' `` ``wchar_t (accept={str, NoneType}) ``
859
+ ``'Z#' `` ``wchar_t (accept={str, NoneType}, zeroes=True) ``
860
860
``'z' `` ``str(accept={str, NoneType}) ``
861
861
``'z#' `` ``str(accept={str, NoneType}, zeroes=True) ``
862
862
``'z*' `` ``Py_buffer(accept={buffer, str, NoneType}) ``
You can’t perform that action at this time.
0 commit comments