Skip to content

Commit 00d7717

Browse files
author
Sylvain MARIE
committed
minor doc change
1 parent f5b4685 commit 00d7717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![Documentation](https://img.shields.io/badge/doc-latest-blue.svg)](https://smarie.github.io/python-pyfields/) [![PyPI](https://img.shields.io/pypi/v/pyfields.svg)](https://pypi.python.org/pypi/pyfields/) [![Downloads](https://pepy.tech/badge/pyfields)](https://pepy.tech/project/pyfields) [![Downloads per week](https://pepy.tech/badge/pyfields/week)](https://pepy.tech/project/pyfields) [![GitHub stars](https://img.shields.io/github/stars/smarie/python-pyfields.svg)](https://github.com/smarie/python-pyfields/stargazers)
88

9-
!!! success "`pyfields` now has its own `@autoclass` with sensible defaults, to complement the existing `@autofields` [feature](#a-autofields)! No need to import `autoclass` anymore. See [here](#hash-dict-eq-repr) for details."
9+
!!! success "`pyfields` now has its own [`@autoclass`](#hash-dict-eq-repr) with sensible defaults, to complement the existing [`@autofields`](#a-autofields) feature! No need to import it from `autoclass` anymore."
1010

1111
`pyfields` provides a simple and elegant way to define fields in python classes. With `pyfields` you explicitly define all aspects of a field (default value/factory, type, validators, converters, documentation...) in a single place, and can refer to it from other places.
1212

0 commit comments

Comments
 (0)