From 5ace91203c9dc6f701321a520e75c52cae7b3761 Mon Sep 17 00:00:00 2001 From: handsomepwy <105578000+handsomepwy@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:15:25 +0800 Subject: [PATCH] typo typo on "communcate" --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 3b17ccd..88b3d3b 100644 --- a/index.rst +++ b/index.rst @@ -33,7 +33,7 @@ FRC robot code using Python, and we have several projects related to this: Additionally, RobotPy is home to several projects that are useful for all teams, even if they aren’t writing their robot code in python: -* `pyntcore `_: python bindings for NetworkTables that you can use to communcate with a dashboard and/or your robot. +* `pyntcore `_: python bindings for NetworkTables that you can use to communicate with a dashboard and/or your robot. * `pynetworktables `_: legacy NetworkTables implementation that you can use to communcate with SmartDashboard and/or your robot. * `pynetconsole `_: A simple netconsole implementation in python * `robotpy-cscore `_: Python bindings for cscore, a powerful camera/streaming library