Skip to content

Commit 81ebfd6

Browse files
locross93copybara-github
authored andcommitted
Minor change to marketplace GM descriptions
PiperOrigin-RevId: 835291073 Change-Id: I43c2c6f2eef8688e73d26c1e8c51886b97ef7ec7
1 parent a0601df commit 81ebfd6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

concordia/prefabs/game_master/marketplace.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""Prefab for a generic psychology experiment Game Master."""
15+
"""Prefab for a marketplace Game Master."""
1616

1717
from collections.abc import Mapping, Sequence
1818
import dataclasses
@@ -33,15 +33,14 @@ def _get_class_name(object_: object) -> str:
3333

3434
@dataclasses.dataclass
3535
class GameMaster(prefab_lib.Prefab):
36-
"""A generic Game Master prefab for psychology experiments.
36+
"""A generic Game Master prefab for marketplace experiments.
3737
3838
This GM is configured by providing custom classes for experiment-specific
3939
observation generation and action specification.
4040
"""
4141

4242
description: str = (
43-
"A generic Game Master that administers a psychology experiment defined "
44-
"by custom observation and action specification components."
43+
"A generic Game Master that administers a marketplace."
4544
)
4645
params: Mapping[str, Any] = dataclasses.field(
4746
default_factory=lambda: {

0 commit comments

Comments
 (0)