From 4ca514ceb309385f7cd77345e1ab4754a1a8e0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Mart=C3=ADnez?= Date: Wed, 7 Sep 2016 10:45:00 +0200 Subject: [PATCH] Remove em dashes from README In Python 3.5 and certain locales / environments, they make pip install from the git repo crash. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6449c65a..51efe135 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Patroni: A Template for PostgreSQL HA with ZooKeeper, etcd or Consul ------------------------------------------------------------ There are many ways to run high availability with PostgreSQL; for a list, see the `PostgreSQL Documentation `__. -Patroni is a template for you to create your own customized, high-availability solution using Python and — for maximum accessibility — a distributed configuration store like `ZooKeeper `__, `etcd `__ or `Consul `__. Database engineers, DBAs, DevOps engineers, and SREs who are looking to quickly deploy HA PostgreSQL in the datacenter—or anywhere else—will hopefully find it useful. +Patroni is a template for you to create your own customized, high-availability solution using Python and - for maximum accessibility - a distributed configuration store like `ZooKeeper `__, `etcd `__ or `Consul `__. Database engineers, DBAs, DevOps engineers, and SREs who are looking to quickly deploy HA PostgreSQL in the datacenter-or anywhere else-will hopefully find it useful. We call Patroni a "template" because it is far from being a one-size-fits-all or plug-and-play replication system. It will have its own caveats. Use wisely. @@ -58,7 +58,7 @@ To get started, do the following from different terminals: > ./patroni.py postgres0.yml > ./patroni.py postgres1.yml -You will then see a high-availability cluster start up. Test different settings in the YAML files to see how the cluster’s behavior changes. Kill some of the components to see how the system behaves. +You will then see a high-availability cluster start up. Test different settings in the YAML files to see how the cluster's behavior changes. Kill some of the components to see how the system behaves. Add more ``postgres*.yml`` files to create an even larger cluster. @@ -120,7 +120,7 @@ Contributing Patroni accepts contributions from the open-source community; see the `Issues Tracker `__ for current needs. Before making a contribution, please let us know by posting a comment to the relevant issue. -If you would like to propose a new feature, please first file a new issue explaining the feature you’d like to create. +If you would like to propose a new feature, please first file a new issue explaining the feature you'd like to create. .. |Build Status| image:: https://travis-ci.org/zalando/patroni.svg?branch=master :target: https://travis-ci.org/zalando/patroni