freeCodeCamp / freeCodeCamp/devdocs
Scikit-learn: Spacing between parameters or class attributes and their type description
- Dominant language
- Ruby
- Stars
- 39.5k
- Forks
- 2.6k
- Avg merge
- 4d 32m
- Merged PRs (30d)
- 13
Description
# Documentation style bug
## Summary
For scikit-learn docs, there is no space between the parameter or attribute name and their type description. Moreover, they are formatted in the same manner so it is difficult to distinguish what part is the parameter/attribute name and what part is the type description.
## Actual style
For example: [KMeans](https://devdocs.io/scikit_learn/modules/generated/sklearn.cluster.kmeans#sklearn.cluster.KMeans)


## Expected style
There should perhaps be a separator like a colon between the parameter/attribute name and the type description.
## Other information
OS: Ubuntu 20.04.1
Browser: Chrome Version 101.0.4951.64 (Official Build) (64-bit)
Contributor guide
Assessment
This issue has not been assessed yet.