Skip to content

Commit 2758dfd

Browse files
committed
Fix formatting of "__init__.py"
Double underscore in Markdown normally means strong emphasis, which not what we want here.
1 parent 88400a4 commit 2758dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Feel free to contribute! Happy to receive PRs.
2121
* also, has exclusive checks:
2222
* PEP8 for Jupyter notebooks:
2323
[https://github.com/coala/coala-bears/blob/master/bears/python/PEP8NotebookBear.py](https://github.com/coala/coala-bears/blob/master/bears/python/PEP8NotebookBear.py)
24-
* __init__.py checker:
24+
* `__init__.py` checker:
2525
[https://github.com/coala/coala-bears/blob/master/bears/python/PythonPackageInitBear.py](https://github.com/coala/coala-bears/blob/master/bears/python/PythonPackageInitBear.py)
2626
* prospector - Primary aim of Prospector is to be useful 'out of the box'. Wraps the [following tools](https://prospector.landscape.io/en/master/supported_tools.html):
2727
[https://github.com/landscapeio/prospector](https://github.com/landscapeio/prospector)

0 commit comments

Comments
 (0)