Skip to content

Commit

Permalink
Update flashbax/buffers/item_buffer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Callum Tilbury <37700709+callumtilbury@users.noreply.github.com>
  • Loading branch information
EdanToledo and callumtilbury authored Dec 14, 2023
1 parent 4d1f055 commit 97fe823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flashbax/buffers/item_buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def create_item_buffer(
to the buffer. If False, single items are being added each time add
is called. Defaults to False.
add_batches: (Optional[bool], optional): Whether adding data in batches to the buffer.
If False, single transitions or single sequences are being added each time add
If False, single items (or single sequences of items) are being added each time add
is called. Defaults to False.
Returns:
Expand Down

0 comments on commit 97fe823

Please sign in to comment.