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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user