mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo.
This commit is contained in:
parent
a3fe8e0b9f
commit
856898b395
15 changed files with 188 additions and 143 deletions
6
Tools/demo/ss1.py
Normal file → Executable file
6
Tools/demo/ss1.py
Normal file → Executable file
|
|
@ -1,4 +1,8 @@
|
|||
"""SS1 -- a spreadsheet."""
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
SS1 -- a spreadsheet-like application.
|
||||
"""
|
||||
|
||||
import os
|
||||
import re
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue