Skip to content

Commit 598caca

Browse files
committed
fix the indent
1 parent 7cb0459 commit 598caca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/source/user_guide/apachespark/quickstart.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ followed by the spark version, 3.2.1.
2424
with tempfile.TemporaryDirectory() as td:
2525
with open(os.path.join(td, "script.py"), "w") as f:
2626
f.write(
27-
"""
28-
import pyspark
27+
"""
28+
import pyspark
2929
30-
def main():
31-
print("Hello World")
32-
print("Spark version is", pyspark.__version__)
30+
def main():
31+
print("Hello World")
32+
print("Spark version is", pyspark.__version__)
3333
34-
if __name__ == "__main__":
35-
main()
36-
"""
34+
if __name__ == "__main__":
35+
main()
36+
"""
3737
)
3838
3939
name = f"dataflow-app-{str(uuid4())}"

0 commit comments

Comments
 (0)