diff options
| author | J08nY | 2021-04-11 14:16:57 +0200 |
|---|---|---|
| committer | J08nY | 2021-04-11 14:16:57 +0200 |
| commit | 942c0fb9d6fcbff7c91c553211cc81c7e0939e4e (patch) | |
| tree | 1df80da6030019ef2a7490d2b2050a7d4b9a83ec /pyecsca/ec/transformations.py | |
| parent | a2e01e037fcde3e63571633e94156e324a4f2299 (diff) | |
| download | pyecsca-942c0fb9d6fcbff7c91c553211cc81c7e0939e4e.tar.gz pyecsca-942c0fb9d6fcbff7c91c553211cc81c7e0939e4e.tar.zst pyecsca-942c0fb9d6fcbff7c91c553211cc81c7e0939e4e.zip | |
Make docstring style changes as per pydocstyle.
Diffstat (limited to 'pyecsca/ec/transformations.py')
| -rw-r--r-- | pyecsca/ec/transformations.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyecsca/ec/transformations.py b/pyecsca/ec/transformations.py index 0987235..9d3d650 100644 --- a/pyecsca/ec/transformations.py +++ b/pyecsca/ec/transformations.py @@ -1,6 +1,4 @@ -""" -This module provides functions for transforming curves to different models. -""" +"""This module provides functions for transforming curves to different models.""" from public import public from sympy import FF, symbols, Poly |
