We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141338f commit 8ad6a89Copy full SHA for 8ad6a89
tools/mkdoc.py
@@ -267,7 +267,7 @@ def run(self):
267
268
for item in sys.argv[1:]:
269
if item == '-quiet':
270
- quiet = True
+ quiet = True
271
elif item.startswith('-std='):
272
std = item
273
elif item.startswith('-'):
@@ -284,7 +284,7 @@ def run(self):
284
285
print('''#pragma once
286
287
-// GENERATED FILE DO NOT EDIT
+// GENERATED FILE DO NOT EDIT
288
// This file contains docstrings for the Python bindings that were
289
// automatically extracted by mkdoc.py from pybind11.
290
0 commit comments