Skip to content
Merged
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 brainrender/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(
alpha=None,
):
"""
Actor class representing anythng shown in a brainrender scene.
Actor class representing anything shown in a brainrender scene.
Methods in brainrender.actors are used to creates actors specific
for different data types.

Expand Down