diff options
| author | Hernan Grecco <hernan.grecco@gmail.com> | 2022-10-26 08:54:30 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-26 08:54:30 -0300 |
| commit | f7f97ab5b3f8d018dab6e362b4c70c65f7b8ae0b (patch) | |
| tree | adfc1f1eeb58db14aea5324b1f6b99dae07226a6 /docs | |
| parent | 14406ba8fe847399a1fecf61b6eab8a5d4c4b239 (diff) | |
| download | pint-f7f97ab5b3f8d018dab6e362b4c70c65f7b8ae0b.tar.gz | |
Typo fix in docs
Co-authored-by: Mika Pflüger <mika.pflueger@pik-potsdam.de>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/custom-registry-class.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/custom-registry-class.rst b/docs/user/custom-registry-class.rst index 6c029ef..31f3d76 100644 --- a/docs/user/custom-registry-class.rst +++ b/docs/user/custom-registry-class.rst @@ -21,7 +21,7 @@ and create your own. - ContextRegistry: the capability to contexts: predefined conversions between incompatible dimensions. - NonMultiplicativeRegistry: adds the capability to handle nonmultiplicative units (offset, logarithmic). -- PlainRegistry: bas implementation for registry, units and quantities. +- PlainRegistry: base implementation for registry, units and quantities. The only required one is `PlainRegistry`, the rest are completely optional. |
