From 0db174513af41e14bc451631fd7f97710c898aa2 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Thu, 28 Jun 2018 14:20:49 -0400 Subject: docs: Fix a small spelling error. standargs -> standards. --- cloudinit/config/cc_write_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudinit/config/cc_write_files.py b/cloudinit/config/cc_write_files.py index 54ae3a68..1b7e7e30 100644 --- a/cloudinit/config/cc_write_files.py +++ b/cloudinit/config/cc_write_files.py @@ -15,7 +15,7 @@ binary gzip data can be specified and will be decoded before being written. .. note:: if multiline data is provided, care should be taken to ensure that it - follows yaml formatting standargs. to specify binary data, use the yaml + follows yaml formatting standards. to specify binary data, use the yaml option ``!!binary`` **Internal name:** ``cc_write_files`` -- cgit v1.2.3