You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="k">raise</span><spanclass="ne">NotImplementedError</span><spanclass="p">(</span><spanclass="sa">f</span><spanclass="s1">'</span><spanclass="si">{</span><spanclass="n">plat</span><spanclass="si">}</span><spanclass="s1"> is not yet supported'</span><spanclass="p">)</span>
<spanclass="sd"> If True, this check is bypassed</span>
1325
1325
<spanclass="sd"> verbose_error (bool): boolean value controls the amount of detail error messages will contain</span>
1326
1326
<spanclass="sd"> no_return (bool): if False, this function returns new brightness (by calling `get_brightness`).</span>
1327
-
<spanclass="sd"> If True, this function returns None</span>
1327
+
<spanclass="sd"> If True, this function returns None. In the future this function will return `None` by default</span>
1328
1328
1329
1329
<spanclass="sd"> Returns:</span>
1330
1330
<spanclass="sd"> list: list of ints (0 to 100)</span>
@@ -1404,7 +1404,7 @@ <h6 id="args">Args</h6>
1404
1404
If True, this check is bypassed</li>
1405
1405
<li><strong>verbose_error (bool):</strong> boolean value controls the amount of detail error messages will contain</li>
1406
1406
<li><strong>no_return (bool):</strong> if False, this function returns new brightness (by calling <code><ahref="#get_brightness">get_brightness</a></code>).
1407
-
If True, this function returns None</li>
1407
+
If True, this function returns None. In the future this function will return <code>None</code> by default</li>
0 commit comments