Skip to content

Commit 25d131f

Browse files
authored
Update README.md
1 parent d482a0a commit 25d131f

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
@@ -38,7 +38,7 @@ You could define an alias for the base class, assign the real base class to it b
3838

3939
A module can find out its own module name by looking at the predefined global variable __name__.
4040
If this has the value '__main__', the program is running as a script.
41-
Many modules that are usually used by importing them also provide a command-line interface or a self-test, and only execute this code after checking __name__:
41+
Many modules that are usually used by importing them also provide a command-line interface or a self-test, and only execute this code after checking `__name__``:
4242
```python
4343
def main():
4444
print 'Running test...'

0 commit comments

Comments
 (0)