Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a space before the function name to better differentiate them from the group names.
  • Loading branch information
clamytoe authored and mrjbq7 committed Mar 9, 2024
1 parent 63ae189 commit a1a7e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ for name in talib.get_functions():
for group, names in talib.get_function_groups().items():
print(group)
for name in names:
print(name)
print(f" {name}")
```

### Indicator Groups
Expand Down

0 comments on commit a1a7e3d

Please sign in to comment.