diff --git a/docs/source/posts/2024/2024-06-26-week3-wachiou-bouraima.rst b/docs/source/posts/2024/2024-06-26-week3-wachiou-bouraima.rst index 78f2e163f7..94784ed2b6 100644 --- a/docs/source/posts/2024/2024-06-26-week3-wachiou-bouraima.rst +++ b/docs/source/posts/2024/2024-06-26-week3-wachiou-bouraima.rst @@ -22,10 +22,12 @@ To ensure consistency across the code base,I audited all functions that could be To do this, I had to: 1. Identify target functions: + * Identify functions that could benefit from the decorator. * continue reviewing the code base to identify functions that accept both positional and keyword arguments. 2. Applying the Decorator: + * For each identified function, I added the ``warn_on_args_to_kwargs`` decorator. * Example: