Skip to content

Commit ec4456b

Browse files
committed
[docs] correct bare_sub_import example
1 parent e15a8e9 commit ec4456b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import lazimp
22

3-
sub_package: lazimp.ModuleType
3+
package_2: lazimp.ModuleType
44

55
__getattr__ = lazimp.lazy_import('package_2.bare_sub_module',
66
'package_2.bare_sub_module_2')

0 commit comments

Comments
 (0)