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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1076,7 +1076,7 @@
1076
1076
</code></pre>
1077
1077
<div><h3id="callable">Callable</h3><ul>
1078
1078
<li><strong>All functions and classes have a call() method, hence are callable.</strong></li>
1079
-
<li><strong>When this cheatsheet uses <codeclass="python hljs"><spanclass="hljs-string">'<function>'</span></code>as an argument, it actually means <codeclass="python hljs"><spanclass="hljs-string">'<callable>'</span></code>.</strong></li>
1079
+
<li><strong>When this cheatsheet uses <codeclass="python hljs"><spanclass="hljs-string">'<function>'</span></code>for an argument, it actually means <codeclass="python hljs"><spanclass="hljs-string">'<callable>'</span></code>.</strong></li>
0 commit comments