Skip to content

Commit

Permalink
Correct typo function name textFile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisqi authored Jun 4, 2020
1 parent 4ddab4f commit 8c7d573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/dna-basecount/dna-basecount.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Welcome to
/_/
SparkContext available as sc, HiveContext available as sqlContext.
>>> recs = sc.texFile('file:///home/mparsian/dna_seq.txt')
>>> recs = sc.textFile('file:///home/mparsian/dna_seq.txt')
>>> recs.collect()
[
Expand Down

0 comments on commit 8c7d573

Please sign in to comment.