docs(aggregators.starlark): corrected typo mentioning wrong func name (#12066)

This commit is contained in:
Shobhit Kumar 2022-10-20 18:57:07 +05:30 committed by GitHub
parent 4002abba2e
commit eebe859ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ take any argument. The function will be called to reset the plugin, and doesn't
return anything.
```python
def push():
def reset():
state.clear()
```