From 0a023cdad4f56b3c9437e3500b217a08e2d492ec Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 19 Mar 2020 11:51:30 +0100 Subject: [PATCH] "Using namespace units" note changed a bit --- 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 0663fb79..3f40fe80 100644 --- a/docs/design.rst +++ b/docs/design.rst @@ -3,7 +3,7 @@ Design .. note:: - For brevity all the code examples in this documentation will assume:: + For brevity all the code examples in this chapter will assume:: using namespace units; diff --git a/docs/framework.rst b/docs/framework.rst index ec1502e2..c9c5e78c 100644 --- a/docs/framework.rst +++ b/docs/framework.rst @@ -3,7 +3,7 @@ Framework .. note:: - For brevity all the code examples in this documentation will assume:: + For brevity all the code examples in this chapter will assume:: using namespace units; diff --git a/docs/scenarios.rst b/docs/scenarios.rst index 5107fd4e..fe8084f8 100644 --- a/docs/scenarios.rst +++ b/docs/scenarios.rst @@ -3,7 +3,7 @@ Scenarios .. note:: - For brevity all the code examples in this documentation will assume:: + For brevity all the code examples in this chapter will assume:: using namespace units;