wiki/info/landscape/olympic-setup.md
... ...
@@ -400,7 +400,7 @@ The cloud replica is not supposed to become primary, except for maybe in the unl
400 400
401 401
```
402 402
tokyo2020:PRIMARY> cfg = rs.conf()
403
- # Then search for the member localhost:10203; let's assume, it's in cfg.members[0]:
403
+ # Then search for the member localhost:10203; let's assume, it's in cfg.members[0] :
404 404
cfg.members[0].priority=0
405 405
rs.reconfig(cfg)
406 406
```