Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: pkucode <cssjtu@163.com>
  • Loading branch information
pkucode authored and mrjbq7 committed Aug 7, 2024
1 parent 959719e commit 4001ffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ $ ./configure --build=aarch64-unknown-linux-gnu
```

This is caused by old ``config.guess`` file, so another way to solve this is
to copy a newer version of config.guess into the underyling TA-Lib C library
to copy a newer version of config.guess into the underlying TA-Lib C library
sources:

```
Expand Down
2 changes: 1 addition & 1 deletion talib/_abstract.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Function(object):
- set_function_args([input_arrays,] [param_args_andor_kwargs])
Documentation for param_args_andor_kwargs can be seen by printing the
Function instance or programatically via the info, input_names and
Function instance or programmatically via the info, input_names and
parameters properties.
----- result-returning functions -----
Expand Down
2 changes: 1 addition & 1 deletion talib/_ta_lib.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4001ffb

Please sign in to comment.