Skip to content

Commit

Permalink
Update examples/ustack.md
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
bleudev and sourcery-ai[bot] authored Jul 1, 2024
1 parent 6bcc0a6 commit f6e9de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ustack.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ You can use `copy()` method for copying `Stack`s:
s.copy()
```

You can also use `copy.copy()` function for copying `Stack`s:
You can use the `copy.copy()` function to copy `Stack`s:
```python
from copy import copy

Expand Down

0 comments on commit f6e9de4

Please sign in to comment.