Skip to content

Commit fbeafc0

Browse files
gh-150285: Fix too long docstrings in _wmi.exec_query (GH-150373)
1 parent 01c6d3d commit fbeafc0

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

PC/_wmimodule.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,20 +224,19 @@ wait_event(HANDLE event, DWORD timeout)
224224

225225

226226
/*[clinic input]
227-
@permit_long_docstring_body
228227
_wmi.exec_query
229228
230229
query: unicode
231230
232231
Runs a WMI query against the local machine.
233232
234-
This returns a single string with 'name=value' pairs in a flat array separated
235-
by null characters.
233+
This returns a single string with 'name=value' pairs in a flat array
234+
separated by null characters.
236235
[clinic start generated code]*/
237236

238237
static PyObject *
239238
_wmi_exec_query_impl(PyObject *module, PyObject *query)
240-
/*[clinic end generated code: output=a62303d5bb5e003f input=621f5c50c56d06d0]*/
239+
/*[clinic end generated code: output=a62303d5bb5e003f input=a8d5710acdfbf515]*/
241240

242241
/*[clinic end generated code]*/
243242
{

PC/clinic/_wmimodule.cpp.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)