Skip to content

Commit f74214c

Browse files
committed
fix(docs)
1 parent a3caf1b commit f74214c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/c-api/arg.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ Building values
627627
Same as ``s#``.
628628
629629
.. _capi-py-buildvalue-format-u:
630+
630631
``u`` (:class:`str`) [const wchar_t \*]
631632
Convert a null-terminated :c:type:`wchar_t` buffer of Unicode (UTF-16 or UCS-4)
632633
data to a Python Unicode object. If the Unicode buffer pointer is ``NULL``,
@@ -671,6 +672,7 @@ Building values
671672
Convert a C :c:expr:`long long` to a Python integer object.
672673
673674
.. _capi-py-buildvalue-format-K:
675+
674676
``K`` (:class:`int`) [unsigned long long]
675677
Convert a C :c:expr:`unsigned long long` to a Python integer object.
676678

0 commit comments

Comments
 (0)