diff --git a/doc/release_notes/archive/v0.0.2.rst b/doc/release_notes/archive/v0.0.2.rst
index 8808bf57..b2d7f7cd 100644
--- a/doc/release_notes/archive/v0.0.2.rst
+++ b/doc/release_notes/archive/v0.0.2.rst
@@ -118,13 +118,13 @@ Plugins
[fix] CinderVolumes.create_and_attach_volume
- Pass optional **kwargs only to create server command
+ Pass optional \*\*kwargs only to create server command
[fix] GlanceImages.create_image_and_boot_instances
- Pass optional **kwargs only to create server command
+ Pass optional \*\*kwargs only to create server command
- [fix] TempestScenario.* removed stress cleanup.
+ [fix] TempestScenario.\* removed stress cleanup.
Major issue is that tempest stress cleanup cleans whole OpenStack.
This is very dangerous, so it's better to remove it and leave some
@@ -132,7 +132,7 @@ Plugins
[improved] NovaSecGroup.boot_and_delete_server_with_secgroups
- Add optional **kwargs that are passed to boot server comment
+ Add optional \*\*kwargs that are passed to boot server comment
* **Benchmark Context**:
diff --git a/doc/source/contribute.rst b/doc/source/contribute.rst
index cd5065df..e543a72c 100644
--- a/doc/source/contribute.rst
+++ b/doc/source/contribute.rst
@@ -72,7 +72,7 @@ Several Linux distributions (notably Fedora 16 and Ubuntu 12.04) are also starti
tox
-**(NOTE: you should have installed tox<=1.6.1 )**
+**(NOTE: you should have installed tox<=1.6.1)**
If you extend Rally with new functionality, make sure you have also provided unit and/or functional tests for it.
diff --git a/doc/user_stories/nova/boot_server.rst b/doc/user_stories/nova/boot_server.rst
index 6d0a2c5f..569abaa6 100644
--- a/doc/user_stories/nova/boot_server.rst
+++ b/doc/user_stories/nova/boot_server.rst
@@ -39,7 +39,7 @@ Cluster
This cluster was created via Fuel Dashboard interface.
+----------------------+-----------------------------------------------------------------------------+
-| Deployment | Custom build of `Mirantis OpenStack `_ v5.1 |
+| Deployment | Custom build of `Mirantis OpenStack `_ v5.1 |
+----------------------+-----------------------------------------------------------------------------+
| OpenStack release | Icehouse |
+----------------------+-----------------------------------------------------------------------------+