26 lines
757 B
Diff
26 lines
757 B
Diff
From 5106f673610f22a03e16f363d617ffc1814680ba Mon Sep 17 00:00:00 2001
|
|
From: Dustin Ingram <di@users.noreply.github.com>
|
|
Date: Fri, 11 Mar 2016 10:19:28 -0500
|
|
Subject: [PATCH 07/14] Fix typo in README
|
|
|
|
---
|
|
README.rst | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/README.rst b/README.rst
|
|
index 74c99f7..7fdb36d 100644
|
|
--- a/README.rst
|
|
+++ b/README.rst
|
|
@@ -43,7 +43,7 @@ the value ``"US"``. Unlike mocks, ``x`` will not respond to any other attribute
|
|
or methods, nor does it have any methods for making assertions about what you
|
|
accessed.
|
|
|
|
-If you want to add a method to the stub, simple provide a function to it:
|
|
+If you want to add a method to the stub, simply provide a function to it:
|
|
|
|
.. code:: pycon
|
|
|
|
--
|
|
2.39.0.windows.2
|
|
|