Cleanup: force wrapping all uses of PyDoc_STRVAR

Without this, minor edits can re-indent the whole doc-string at a
different level, causing diffs to be unnecessary noisy.
This commit is contained in:
Campbell Barton
2024-01-25 10:22:16 +11:00
parent 0ea0573349
commit 7436b578dd
213 changed files with 8505 additions and 6231 deletions

View File

@@ -670,6 +670,7 @@ static PyBufferProcs pygpu_buffer__tp_as_buffer = {
#endif
PyDoc_STRVAR(
/* Wrap. */
pygpu_buffer__tp_doc,
".. class:: Buffer(format, dimensions, data)\n"
"\n"