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: api/Browser.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,8 @@ Table of contents:
73
73
74
74
**Closing browser cleanly**
75
75
76
-
Remember to delete all browser references for the browser to shut down cleanly. For an example see [wxpython.py MainFrame.OnClose()](../blob/master/cefpython/cef3/windows/binaries_32bit/wxpython.py#L209).
76
+
Remember to delete all browser references for the browser to shut down cleanly. See the wxpython.py example > MainFrame.OnClose() for how to
0 commit comments