docs: fix duplicate "mode mode" word in crewai-files docstrings#5968
docs: fix duplicate "mode mode" word in crewai-files docstrings#5968kratos0718 wants to merge 1 commit into
Conversation
Fixed 8 accidental "mode mode" duplicate-word typos across 3 files, all in docstrings (class/method documentation and test descriptions): - crewai_files/core/types.py — BaseFile class docstring - crewai_files/processing/processor.py — FileProcessor class and methods (_get_mode, process docstrings) - tests/utilities/test_files.py — test_file_custom_mode and test_file_chunk_mode docstrings Pure docstring fixes — no behavior change.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR corrects duplicated wording in docstrings across the crewAI file processing components. Erroneous word repetitions ("mode mode", "Per-file mode mode mode") are removed from the ChangesDocumentation cleanup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Fixed 8 instances of the accidental duplicate word
mode modeacross thecrewai-filespackage and its tests. All occurrences were in docstrings (class/method documentation and test descriptions) — pure text fixes, no behavior change.Files changed
lib/crewai-files/src/crewai_files/core/types.pyBaseFileclass docstring)lib/crewai-files/src/crewai_files/processing/processor.pyFileProcessorclass,_get_mode,processdocstrings)lib/crewai/tests/utilities/test_files.pytest_file_custom_mode,test_file_chunk_modedocstrings)Example
Before: