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: posts/safexl.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ That probably looks like a pretty familiar syntax to you! The biggest difference
46
46
```python
47
47
import safexl
48
48
```
49
-
This is a standard `import` statement for python, bringing in the `safexl` library. Importing a library is similar to how the VBE allows you to [reference](../master/posts/references.md) other libraries.
49
+
This is a standard `import` statement for python, bringing in the `safexl` library. Importing a library is similar to how the VBE allows you to [reference](../posts/references.md) other libraries.
50
50
51
51
```python
52
52
with safexl.application(kill_after=False, maximize=True, include_addins=True) as app:
0 commit comments