Skip to content

Conversation

@cooper-mj
Copy link
Member

No description provided.

@parthsarin
Copy link
Member

I like filename, can we revisit signature in person?

See meeting agenda for 8/23/20
STYLE.md Outdated
Comment on lines 49 to 54
# /usr/bin/env python3

'''
File: filename.py
-----------------
'''

This comment was marked as outdated.

This comment was marked as outdated.

Comment on lines +58 to +65
```python
# /usr/bin/env python3

'''
File: filename.py
-----------------
'''
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hate that this was such a meandering process to get here... Can we remove the line between the shebang and use double quotes for the comment? Good to merge after your OK, @cooper-mj.

Suggested change
```python
# /usr/bin/env python3
'''
File: filename.py
-----------------
'''
```
# /usr/bin/env python3
"""
File: filename.py
-----------------
"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants