Skip to content

Commit

Permalink
py-Python杂谈2-Python312-热更新.md
Browse files Browse the repository at this point in the history
  • Loading branch information
disenone committed Jan 12, 2024
1 parent f2a0bff commit ffaa005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/py-Python杂谈2-Python312-热更新.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ player.Player.fire_func = new_fire_func
player_fire = player.Player.fire_func

def player_attack_by_gun(player, target):
player_fire(target)
player_fire(player, target)
# ...
```

Expand Down

0 comments on commit ffaa005

Please sign in to comment.