proper quotes

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 19:41:35 -05:00
parent e6c3518887
commit 8c3edeb8e1
+2 -2
View File
@@ -245,7 +245,7 @@ class HTML(BaseParser):
.. code-block:: python
script = '''
script = \"\"\"
() => {
return {
width: document.documentElement.clientWidth,
@@ -253,7 +253,7 @@ class HTML(BaseParser):
deviceScaleFactor: window.devicePixelRatio,
}
}
'''
\"\"\"
Returns the return value of'the executed ``script``, if any is provided.