Commit 76a61f5
committed
importlib: change argument name of
References:
https://docs.python.org/3/library/importlib.html#importlib.abc.ExecutionLoader.get_filename
https://docs.python.org/3/library/importlib.html#importlib.abc.FileLoader.get_filename
https://docs.python.org/3/library/importlib.html#importlib.machinery.ExtensionFileLoader.get_filenameget_filename to match docs1 parent 91055c7 commit 76a61f5
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments