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
Copy file name to clipboardExpand all lines: index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1211,7 +1211,7 @@ <h4 id="functionscannotbevaluessotheymustbewrapped">Functions can not be values,
1211
1211
<spanclass="hljs-string">'OR'</span> : partial(<spanclass="hljs-keyword">lambda</span> l, r: l <spanclass="hljs-keyword">or</span> r)})
1212
1212
</code></pre>
1213
1213
<ul>
1214
-
<li><strong>Another solution in this particular case, is to use <codeclass="python hljs"><spanclass="hljs-string">'and_'</span></code> and <codeclass="python hljs"><spanclass="hljs-string">'or_'</span></code> functions from module <ahref="#operator">operator</a> as values.</strong></li>
1214
+
<li><strong>Another solution in this particular case, is to use <codeclass="python hljs"><spanclass="hljs-string">'and_'</span></code> and <codeclass="python hljs"><spanclass="hljs-string">'or_'</span></code> functions from module <ahref="#operator">Operator</a> as values.</strong></li>
0 commit comments