From 9d242a13b94485d470bd6d383be06e10aca3cb78 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Mon, 7 Aug 2017 17:55:20 +0200
Subject: [PATCH] Add special X11 setup for decay.py

Fix the write/append operations, such that the proper X11 setup is written to
decay.py
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5ea9bfc..10749a0 100644
--- a/README.md
+++ b/README.md
@@ -329,7 +329,7 @@ import matplotlib
 matplotlib.use('Agg')
 ```
 -->
-<!-- write decay.py -->
+<!-- append decay.py -->
 ```python
 import numpy as np
 import scipy.optimize  # provides fit routines
-- 
GitLab