Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Mar 30, 2024
1 parent 81abec2 commit c662373
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/API/constructor.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🎯 Constructor utils API
🏗️ Constructor utils API
=============================


Expand Down
2 changes: 1 addition & 1 deletion docs/API/module.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🎯 Module API
📍 Module API
=============================


Expand Down
2 changes: 1 addition & 1 deletion docs/API/tree.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🎯 Tree utils API
🌲 Tree utils API
=============================


Expand Down
1 change: 0 additions & 1 deletion sepes/_src/tree_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ class at(Generic[T]):
>>> sp.at(tree)[mask].set(100)
{'a': 1, 'b': [1, 100, 100]}
"""

def __init__(self, tree: T, where: list[Any] | None = None) -> None:
self.tree = tree
self.where = [] if where is None else where
Expand Down

0 comments on commit c662373

Please sign in to comment.