DP6 / DP6/Marketing-Attribution-Models
Fix typo in docstring
Open
enhancement
- Dominant language
- Python
- Stars
- 369
- Forks
- 87
- Avg merge
- 12h 52m
- Merged PRs (30d)
- 4
Description
**Is your feature request related to a problem? Please describe.**
Acredito que exista um typo [nessa parte](https://github.com/DP6/Marketing-Attribution-Models/blob/master/marketing_attribution_models/MAM.py#L40) da documentação do MAM. Onde se lê
```
...Values could be on a list ou a string with a separator;
```
Acredito que seja
```
...Values could be on a list or a string with a separator;
```
**Describe the solution you'd like**
A solução é bem simples: ajustar o typo na docstring.
Contributor guide
Assessment
This issue has not been assessed yet.