zero323 commented on pull request #30149:
URL: https://github.com/apache/spark/pull/30149#issuecomment-724361103


   __Note__:
   
   Seems like ellipsis at the end
   
   ```python
       >>> sc2 = SparkContext('local', 'test2') # doctest: 
+IGNORE_EXCEPTION_DETAIL
       Traceback (most recent call last):
           ...
       ValueError:...
   ```
   
   breaks syntax highlighting. Adding a whitespace
   
   ```python
       >>> sc2 = SparkContext('local', 'test2') # doctest: 
+IGNORE_EXCEPTION_DETAIL
       Traceback (most recent call last):
           ...
       ValueError: ...
   ```
   resolves the issue.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to