Skip to content

Commit

Permalink
Update wflows.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Sep 24, 2023
1 parent 966055e commit cfd7916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quacc/utils/wflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def job(_func: Callable | None = None, **kwargs) -> Job:
All `#!Python @job`-decorated functions are transformed into their corresponding
decorator.
The wrapped (i.e. undecorated) function can also be stripped of its decorator
The wrapped function can also be stripped of its decorator
by calling the `#!Python .__wrapped__` attribute.
```python
Expand Down

0 comments on commit cfd7916

Please sign in to comment.