From 16798ac838ecbda18312841c042a522f3d5489d7 Mon Sep 17 00:00:00 2001 From: PatrickAlphaC <54278053+PatrickAlphaC@users.noreply.github.com> Date: Mon, 5 Apr 2021 09:49:25 -0400 Subject: [PATCH] fixed docs typo --- CHANGELOG.md | 4 ++++ docs/config.rst | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e772c9c21..1a1f788de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/eth-brownie/brownie) +### Fixed + +- Fixed a formatting issue on the new [environment variable section](https://eth-brownie.readthedocs.io/en/stable/config.html?highlight=POSIX-style#variable-expansion) ([#1038](https://github.com/eth-brownie/brownie/pull/1038)) + ## [1.14.4](https://github.com/eth-brownie/brownie/tree/v1.14.4) - 2021-04-05 ### Added - Support for environment variables in brownie config ([#1012](https://github.com/eth-brownie/brownie/pull/1012)) diff --git a/docs/config.rst b/docs/config.rst index 9374052b4..c26ea69f1 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -34,7 +34,7 @@ Brownie supports POSIX-style variable expansion for environment variables. You can also provide defaults. - .. code-block:: yaml +.. code-block:: yaml networks: default: ${DEFAULT_NETWORK:-mainnet} @@ -351,4 +351,4 @@ Other Settings .. code-block:: yaml - dotenv: .env \ No newline at end of file + dotenv: .env