Skip to content

Commit

Permalink
FIX: Typo in week3 blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
WassCodeur committed Jul 1, 2024
1 parent 4bad364 commit d1dcad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/posts/2024/2024-06-26-week3-wachiou-bouraima.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d1dcad4

Please sign in to comment.