mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix #1789 :pyobject: option of literalinclude directive includes following lines after definitions
This commit is contained in:
@@ -10,4 +10,5 @@ class Bar:
|
||||
def baz():
|
||||
pass
|
||||
|
||||
# comment after Bar class definition
|
||||
def bar(): pass
|
||||
|
||||
Reference in New Issue
Block a user