Remove the unnecessary spaces

Change-Id: I894a09d7c8582f1c4052d7689e33a9120c4ae536
This commit is contained in:
zhulingjie 2018-06-10 15:23:27 -04:00
parent 514fd0b3a3
commit 07214554b2
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Mox3 is an unofficial port of the Google mox framework
with mox as possible, but small enhancements have been made. The library was
tested on Python version 3.2, 2.7 and 2.6.
Use at your own risk ;)
Use at your own risk ;)
To install:
@ -37,7 +37,7 @@ http://wiki.openstack.org/testr
Basic Usage
-----------
The basic usage of mox3 is the same as with mox, but the initial import should
be made from the mox3 module: