Skip to content

Commit 1e894f4

Browse files
authored
docs(commons): fix bad indent (#1256)
2 parents 6484d8e + a886997 commit 1e894f4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 42.0.2 [#1256](https://github.com/openfisca/openfisca-core/pull/1256)
4+
5+
#### Documentation
6+
7+
- Fix bad indent
8+
39
### 42.0.1 [#1253](https://github.com/openfisca/openfisca-core/pull/1253)
410

511
#### Documentation

openfisca_core/commons/formulas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ def apply_thresholds(
2727
Array[numpy.float32]: A list of the values chosen.
2828
2929
Raises:
30-
AssertionError: When the number of ``thresholds`` (t) and the
31-
number of choices (c) are not either t == c or t == c - 1.
30+
AssertionError: When thresholds and choices are incompatible.
3231
3332
Examples:
3433
>>> input = numpy.array([4, 5, 6, 7, 8])

setup.py

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

7171
setup(
7272
name="OpenFisca-Core",
73-
version="42.0.1",
73+
version="42.0.2",
7474
author="OpenFisca Team",
7575
author_email="[email protected]",
7676
classifiers=[

0 commit comments

Comments
 (0)