Skip to content

Commit cf583cc

Browse files
committed
Fix some typos
Change-Id: Ief188ad290cbf6e00be8742d27e99a0af42a07d9
1 parent 8767dff commit cf583cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HACKING.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Visual indentation looks like this:
1515
return_value = self.some_method(arg1, arg1,
1616
arg3, arg4)
1717
18-
Visual indentation makes refactoring the code base unneccesarily hard.
18+
Visual indentation makes refactoring the code base unnecessarily hard.
1919

2020
Instead of visual indentation, use this:
2121

@@ -27,7 +27,7 @@ Instead of visual indentation, use this:
2727
That way, if some_method ever needs to be renamed, the only line that needs
2828
to be touched is the line with some_method.
2929

30-
Additionaly, if you need to line break at the top of a block, please indent
30+
Additionally, if you need to line break at the top of a block, please indent
3131
the continuation line an additional 4 spaces, like this:
3232

3333
.. code-block:: python

0 commit comments

Comments
 (0)