Skip to content

Commit 3568fec

Browse files
marketneutraltwiecki
authored andcommitted
FIX: fixed missing space in warning message
1 parent db6cd3d commit 3568fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfolio/pos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ZIPLINE = False
2626
warnings.warn(
2727
'Module "zipline.assets" not found; mutltipliers will not be applied' +
28-
'to position notionals.'
28+
' to position notionals.'
2929
)
3030

3131

0 commit comments

Comments
 (0)