Skip to content

Commit 2e0280f

Browse files
committed
Use "they" instead of "she" throughout the documentation.
1 parent 9243fe3 commit 2e0280f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Detailed timing configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The first decision to chose among these two possibilities:
1717
#. all contestants will start and end the contest at the same time
1818
(unless otherwise decided by the admins during the contest for
1919
fairness reasons);
20-
#. each contestant will start the contest at the time she decide.
20+
#. each contestant will start the contest at the time they decide.
2121

2222
The first situation is that we will refer to as a fixed-window
2323
contest, whereas we will refer to the second situation as
@@ -44,7 +44,7 @@ options.
4444

4545
#. If you set ``extra_time`` to S seconds, the contestant will be able
4646
to interact with the contest in the first S seconds of it, whereas
47-
if you use ``delay_time``, she will not, as in the first case the
47+
if you use ``delay_time``, they will not, as in the first case the
4848
time window is extended, in the second is shifted (if S seconds
4949
have already passed from the start of the contest, then there is no
5050
difference).
@@ -68,7 +68,7 @@ In these contests, contestants can use a time window of fixed length
6868
(``per_user_time``), starting from the first time they log in between
6969
``start_time`` and ``end_time``. Moreover, the time window is capped at
7070
``end_time`` (so if ``per_user_time`` is 5 hours and a contestant logs
71-
in for the first time one minute before ``end_time``, she will have
71+
in for the first time one minute before ``end_time``, they will have
7272
just one minute).
7373

7474
Again, admins can change the time windows of specific contestants for
@@ -81,7 +81,7 @@ time window (as defined by ``starting_time`` + ``per_user_time``) and
8181
the contest time window (as defined by ``end_time``) by the value of
8282
``extra_time``, but only for that contestant. Therefore, setting
8383
``extra_time`` to S seconds effectively allows a contestant to use S
84-
seconds more than before (regardless of the time she started the
84+
seconds more than before (regardless of the time they started the
8585
contest).
8686

8787
Again, delay time is similar, but it shifts both contestant and

0 commit comments

Comments
 (0)