From a9432b1407242563f452d7812fbc4ff0657d1e09 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 19 Mar 2020 11:54:23 +0100 Subject: [PATCH] Note refactored again --- docs/design.rst | 2 +- docs/framework.rst | 2 +- docs/scenarios.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/design.rst b/docs/design.rst index 3f40fe80..6d3d87a2 100644 --- a/docs/design.rst +++ b/docs/design.rst @@ -3,7 +3,7 @@ Design .. note:: - For brevity all the code examples in this chapter will assume:: + For brevity all the code examples in this chapter assume:: using namespace units; diff --git a/docs/framework.rst b/docs/framework.rst index c9c5e78c..dbd9ead3 100644 --- a/docs/framework.rst +++ b/docs/framework.rst @@ -3,7 +3,7 @@ Framework .. note:: - For brevity all the code examples in this chapter will assume:: + For brevity all the code examples in this chapter assume:: using namespace units; diff --git a/docs/scenarios.rst b/docs/scenarios.rst index fe8084f8..f87cc18a 100644 --- a/docs/scenarios.rst +++ b/docs/scenarios.rst @@ -3,7 +3,7 @@ Scenarios .. note:: - For brevity all the code examples in this chapter will assume:: + For brevity all the code examples in this chapter assume:: using namespace units;