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: sources/29-web2py-english/04.markmin
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -832,7 +832,7 @@ nor should one use current to assign class attributes:
832
832
class MyClass:
833
833
request = current.request # WRONG! DANGER!
834
834
``:code
835
-
This is because the thread local object must be extracted at runtime. Global variables instead are defined only once when the model is imported for the first time.
835
+
This is because the thread local object must be extracted at runtime. Global variables instead are defined only once when the module is imported for the first time.
0 commit comments