Skip to content

Commit a1a7e3d

Browse files
clamytoemrjbq7
authored andcommitted
Update README.md
Added a space before the function name to better differentiate them from the group names.
1 parent 63ae189 commit a1a7e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ for name in talib.get_functions():
457457
for group, names in talib.get_function_groups().items():
458458
print(group)
459459
for name in names:
460-
print(name)
460+
print(f" {name}")
461461
```
462462

463463
### Indicator Groups

0 commit comments

Comments
 (0)