Skip to content

Commit 49edf98

Browse files
author
Manoj
committed
Fixed Lint Issues by removing trailing whitespace
1 parent 6b1042a commit 49edf98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ without regard to the syntactic position of the identifier, as long as it
692692
occurs within the definition of a class. For example:
693693

694694
.. code-block:: python
695-
695+
696696
class Employee:
697697
__dept = 'computer lab'
698698
def __detail(self):

0 commit comments

Comments
 (0)