We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a663ddd commit 0f9eb1bCopy full SHA for 0f9eb1b
pyfolio/pos.py
@@ -24,7 +24,7 @@
24
except ImportError:
25
ZIPLINE = False
26
warnings.warn(
27
- 'Module "zipline.assets" not found; mutltipliers will not be applied' +
+ 'Module "zipline.assets" not found; multipliers will not be applied'
28
' to position notionals.'
29
)
30
0 commit comments