Skip to content

Commit 53b88c3

Browse files
author
Niketan Pansare
committed
Missing div
1 parent f2d1c9a commit 53b88c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/beginners-guide-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Note: the user is free to either use the prepackaged Java binaries
108108
or download them from [SystemML website](http://systemml.apache.org/download.html)
109109
or build them from the [source](https://github.com/apache/incubator-systemml).
110110

111-
#### Step 3: Start Pyspark shell
111+
#### Start Pyspark shell
112112

113113
<div class="codetabs">
114114
<div data-lang="OSX" markdown="1">
@@ -121,7 +121,7 @@ pyspark --master local[*] --driver-class-path $SYSTEMML_HOME"/SystemML.jar"
121121
pyspark --master local[*] --driver-class-path $SYSTEMML_HOME"/SystemML.jar"
122122
```
123123
</div>
124-
124+
</div>
125125

126126
## Matrix operations
127127

0 commit comments

Comments
 (0)