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

lists are broken in unmeaningful ways #9

Open
dpshelio opened this issue Jun 6, 2020 · 0 comments
Open

lists are broken in unmeaningful ways #9

dpshelio opened this issue Jun 6, 2020 · 0 comments

Comments

@dpshelio
Copy link
Collaborator

dpshelio commented Jun 6, 2020

For example (from python-ecology-lesson/03-index-slice-subset):

- Python will then assess each value in the object to determine whether the
  value meets the criteria (True) or not (False).
- Python creates an output object that is the same shape as the original
  object, but with a `True` or `False` value for each index location.

is broken into:

- Python will then assess each value in the object to determine whether the

and

  value meets the criteria (True) or not (False).
- Python creates an output object that is the same shape as the original
  object, but with a `True` or `False` value for each index location.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant