Skip to content

Commit 022dd06

Browse files
author
shlomi_h
committed
fix print formatting of showing definitional ends
1 parent b7bf053 commit 022dd06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ethically/we/bias.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ def _identify_direction(self, positive_end, negative_end,
227227

228228
if method == 'single':
229229
if self._verbose:
230-
print('Positive definitional end: ', definitional[0])
231-
print('Negative definitional end: ', definitional[0])
230+
print('Positive definitional end:', definitional[0])
231+
print('Negative definitional end:', definitional[1])
232232
direction = normalize(normalize(self[definitional[0]])
233233
- normalize(self[definitional[1]]))
234234

0 commit comments

Comments
 (0)