Skip to content

Commit

Permalink
Fix opponents_actions_docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
shizejin committed Nov 30, 2017
1 parent 9dc044f commit df4789c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/normal_form_game.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Authors: Daisuke Oyama

const opponents_actions_docstring = """
`opponents_actions::Union{Action,ActionProfile,Void}` : Profile of N-1
opponents' actions. If N=2, then it must be a vector of reals (in which case
it is treated as the opponent's mixed action) or a scalar of integer (in which
case it is treated as the opponent's pure action). If N>2, then it must be a
tuple of N-1 integers (pure actions) or N-1 vectors of reals (mixed actions).
(For the degenerate case N=1, it must be `nothing`.)"""
opponents' actions. If N=2, then it must be a vector of reals (in which case
it is treated as the opponent's mixed action) or a scalar of integer (in which
case it is treated as the opponent's pure action). If N>2, then it must be a
tuple of N-1 integers (pure actions) or N-1 vectors of reals (mixed actions).
(For the degenerate case N=1, it must be `nothing`.)"""


# Player #
Expand Down

0 comments on commit df4789c

Please sign in to comment.