Skip to content

Commit

Permalink
refactor - rennamed for processor chain managare to chain
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetGandhi committed Jan 1, 2024
1 parent 47a0652 commit acddc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifician/processors/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def then(self, next_processor) -> 'chain':
processor (Processor): The processor to add to the chain.
Returns:
processor_chain_manager (chain): The chain instance.
processor_chaining (chain): The chain instance.
"""
if not isinstance(next_processor, list):
next_processor = [next_processor]
Expand Down

0 comments on commit acddc41

Please sign in to comment.