!9 Fix typo in README

From: @yangbo2022 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2023-01-18 09:31:40 +00:00 committed by Gitee
commit 218a2bbe07
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,25 @@
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

View File

@ -1,6 +1,6 @@
Name: python-pretend Name: python-pretend
Version: 1.0.8 Version: 1.0.8
Release: 16 Release: 17
Summary: A library to make stubbing with Python easier Summary: A library to make stubbing with Python easier
License: BSD License: BSD
URL: https://github.com/alex/pretend URL: https://github.com/alex/pretend
@ -16,6 +16,8 @@ Summary: A library to make stubbing with Python easier
License: BSD License: BSD
%{?python_provide:%python_provide python3-pretend} %{?python_provide:%python_provide python3-pretend}
Patch0001: backport-0001-Fix-typo-in-README.patch
%description -n python3-pretend %description -n python3-pretend
Pretend is a library to make stubbing with Python easier. Pretend is a library to make stubbing with Python easier.
@ -36,6 +38,9 @@ Pretend is a library to make stubbing with Python easier.
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Wed Jan 18 2023 yangbo <yangbo1@xfusion.com> - 1.0.8-17
- Fix typo in README
* Wed Oct 21 2020 wangxiao <wangxiao65@huawei.com> - 1.0.8-16 * Wed Oct 21 2020 wangxiao <wangxiao65@huawei.com> - 1.0.8-16
- drop python2 subpackage - drop python2 subpackage