Преглед на файлове

Unnecessary word

Removed "an" in "When writing an a block such as an if or while statement,"
Nÿco преди 6 години
родител
ревизия
d0a92fec21
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/source/style_guide.rst

+ 1 - 1
docs/source/style_guide.rst

@@ -116,7 +116,7 @@ For example:
 Always enclose blocks in curly brackets
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-When writing an a block such as an ``if`` or ``while`` statement, always use
+When writing a block such as an ``if`` or ``while`` statement, always use
 curly brackets around that block of code. Even when not strictly required by
 the compiler (for example if its only one line inside the ``if`` statement).