From a8593dd438984597f64c918263db89d5f36795d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Tue, 7 May 2019 18:00:19 +0200 Subject: [PATCH] typo --- CONVENTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONVENTIONS.md b/CONVENTIONS.md index 55d34d2..5b8c06d 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -246,4 +246,4 @@ It is clearly documented that when using the octal notation a leading 0 must be * `mode: "0755"` → Good * `mode: "1777"` → Good -This is most probably due to the way Python deals with numeric values and cotal vs. decimal based integers. The String type guarantees that the proper value is used. +This is most probably due to the way Python deals with numeric values and octal vs. decimal based integers. The String type guarantees that the proper value is used.