Skip to content

Commit 1490215

Browse files
authored
Fix python networktables multiple instances (#2178)
1 parent 87e7413 commit 1490215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/software/networktables/multiple-instances.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Destroying a NetworkTableInstance frees all resources related to the instance. A
7575
defaultInst = ntcore.NetworkTableInstance.getDefault()
7676
7777
# create a NetworkTable instance
78-
inst = NetworkTableInstance.create();
78+
inst = ntcore.NetworkTableInstance.create()
7979
8080
# destroy a NetworkTable instance
8181
ntcore.NetworkTableInstance.destroy(inst)

0 commit comments

Comments
 (0)