Skip to content
Snippets Groups Projects
  • Daniel Santana's avatar
    9f13f0fc
    [MINOR][DOCS] Added Missing back slashes · 9f13f0fc
    Daniel Santana authored
    ## What changes were proposed in this pull request?
    
    When studying spark many users just copy examples on the documentation and paste on their terminals
    and because of that the missing backlashes lead them run into some shell errors.
    
    The added backslashes avoid that problem for spark users with that behavior.
    
    ## How was this patch tested?
    
    I generated the documentation locally using jekyll and checked the generated pages
    
    Author: Daniel Santana <mestresan@gmail.com>
    
    Closes #11699 from danielsan/master.
    9f13f0fc
    History
    [MINOR][DOCS] Added Missing back slashes
    Daniel Santana authored
    ## What changes were proposed in this pull request?
    
    When studying spark many users just copy examples on the documentation and paste on their terminals
    and because of that the missing backlashes lead them run into some shell errors.
    
    The added backslashes avoid that problem for spark users with that behavior.
    
    ## How was this patch tested?
    
    I generated the documentation locally using jekyll and checked the generated pages
    
    Author: Daniel Santana <mestresan@gmail.com>
    
    Closes #11699 from danielsan/master.