Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Short fixes for documentation of @does
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Krawczyk <skrawczyk@stitchfix.com>
  • Loading branch information
elijahbenizzy and skrawcz committed Aug 30, 2022
1 parent 955c940 commit 289e516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decorators.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function with`@does`, which takes in two parameters:
1. `replacing_function` Required -- a function that takes in a "compatible" set of arguments. This means that it
will work when passing the corresponding keyword arguments to the decorated function.
2. `**argument_mapping` -- a mapping of arguments from the replacing function to the replacing function. This makes for easy reuse of
functions.
functions. Confused? See the examples below.

```python
import pandas as pd
Expand Down

0 comments on commit 289e516

Please sign in to comment.