Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Sep 12, 2024
1 parent addca47 commit 399d1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgx/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def observe(self, state: State, player_id: Optional[Array] = None) -> Array:
player_id = state.current_player
else:
warnings.warn(
"[Pgx] player_id argument in `Env.observe` is deprecated. Will be removed in the future.",
"[Pgx] player_id argument in `Env.observe` is deprecated. This argument will be removed in the future.",
DeprecationWarning,
)

Expand Down

0 comments on commit 399d1d4

Please sign in to comment.