From 75730e6f83c97b27acdc8bcf69964126b9836e0d Mon Sep 17 00:00:00 2001 From: Kallan Gerard <36556982+kallangerard@users.noreply.github.com> Date: Wed, 26 May 2021 19:28:22 +0800 Subject: [PATCH] Missing code block language (#3962) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99aa21c3e..65699cf5a 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,7 @@ def test_create_bucket(s3): If you use [`unittest`](https://docs.python.org/3/library/unittest.html) to run tests, and you want to use `moto` inside `setUp` or `setUpClass`, you can do it with `.start()` and `.stop()` like: -``` +```python import unittest from moto import mock_s3 import boto3