Skip to content

Commit 0f9eb1b

Browse files
committed
Fixed typo in warning
1 parent a663ddd commit 0f9eb1b

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
@@ -24,7 +24,7 @@
2424
except ImportError:
2525
ZIPLINE = False
2626
warnings.warn(
27-
'Module "zipline.assets" not found; mutltipliers will not be applied' +
27+
'Module "zipline.assets" not found; multipliers will not be applied'
2828
' to position notionals.'
2929
)
3030

0 commit comments

Comments
 (0)