Skip to content

Commit ea0e633

Browse files
[3.13] gh-150285: Fix too long docstrings in _wmi.exec_query (GH-150373) (GH-150520) (GH-150531)
(cherry picked from commit 40c8043) (cherry picked from commit fbeafc0)
1 parent a2c7551 commit ea0e633

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

PC/_wmimodule.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,13 @@ _wmi.exec_query
230230
231231
Runs a WMI query against the local machine.
232232
233-
This returns a single string with 'name=value' pairs in a flat array separated
234-
by null characters.
233+
This returns a single string with 'name=value' pairs in a flat array
234+
separated by null characters.
235235
[clinic start generated code]*/
236236

237237
static PyObject *
238238
_wmi_exec_query_impl(PyObject *module, PyObject *query)
239-
/*[clinic end generated code: output=a62303d5bb5e003f input=48d2d0a1e1a7e3c2]*/
239+
/*[clinic end generated code: output=a62303d5bb5e003f input=a8d5710acdfbf515]*/
240240

241241
/*[clinic end generated code]*/
242242
{

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)