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 b0e015d commit 90cb3e1Copy full SHA for 90cb3e1
source/docs/software/commandbased/command-compositions.rst
@@ -51,7 +51,7 @@ The ``repeatedly()`` decorator ([Java](https://github.wpilib.org/allwpilib/docs/
51
52
```python
53
# Will run forever unless externally interrupted, restarting every time command.IsFinished() returns true
54
- repeats = commands2.cmd.repeatedly()
+ repeats = command.repeatedly()
55
```
56
57
### Sequence
0 commit comments