Skip to content

Commit 45f060b

Browse files
Ikko Eltociear Ashiminedeeleeramone
Ikko Eltociear Ashimine
andauthored
docs: update CONTRIBUTING.md (#6740)
cleaver -> clever Co-authored-by: Danglewood <[email protected]>
1 parent 5197f07 commit 45f060b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openbb_platform/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ Data(open=1, high=2, low=3, close=4, volume=5, date=2020-01-01)
608608

609609
```
610610

611-
This means that the `Data` class is cleaver enough to understand that you are passing a dictionary and it will try to validate it for you.
611+
This means that the `Data` class is clever enough to understand that you are passing a dictionary and it will try to validate it for you.
612612
In other words, if you're using data that doesn't come from the OpenBBPlatform, you only need to ensure it's parsable by the `Data` class and you'll be able to use the data processing commands.
613613
In other words, imagine you have a dataframe that you want to use with the `ta` menu. You can do the following:
614614

0 commit comments

Comments
 (0)