We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e7413 commit 1490215Copy full SHA for 1490215
source/docs/software/networktables/multiple-instances.rst
@@ -75,7 +75,7 @@ Destroying a NetworkTableInstance frees all resources related to the instance. A
75
defaultInst = ntcore.NetworkTableInstance.getDefault()
76
77
# create a NetworkTable instance
78
- inst = NetworkTableInstance.create();
+ inst = ntcore.NetworkTableInstance.create()
79
80
# destroy a NetworkTable instance
81
ntcore.NetworkTableInstance.destroy(inst)
0 commit comments