Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: update index.py #296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gs_quant/markets/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def get_underlier_tree(self,

:param refresh_tree: Refresh the underliers information of the entire tree

Please refer to the documenation of the AssetTreeNode class for more information.
Please refer to the documentation of the AssetTreeNode class for more information.
Currently supports STS indices only.

:return: root node of the tree formed by the Index, as an AssetTreeNode object.
Expand Down