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

[DOC] fixed wrong sentence in the documentation #6375

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -2803,6 +2803,15 @@
"contributions": [
"maintenance"
]
},
{
"login": "helloplayer1",
"name": "Julian Haderlein",
"avatar_url": "https://avatars.githubusercontent.com/u/32032467?v=4",
"profile": "https://github.com/helloplayer1",
"contributions": [
"doc"
]
}
]
}
2 changes: 1 addition & 1 deletion examples/AA_datatypes_and_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
"* variable names: the `\"np.ndarray\"` mtype cannot represent variable names.\n",
"* time points: the rows of `obj` correspond to different, distinct time points. \n",
"* time index: The time index is implicit and by-convention. The `i`-th row (for an integer `i`) is interpreted as an observation at the time point `i`.\n",
"* capabilities: cannot represent multivariate series; cannot represent unequally spaced series"
"* capabilities: can represent multivariate series; cannot represent unequally spaced series"
]
},
{
Expand Down