Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92f0187

Browse files
authored
DOC/STY: remove white space and hedge language
1 parent 77fb127 commit 92f0187

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lib/matplotlib/backends/backend_pgf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,8 +777,8 @@ def _print_pgf_to_fh(self, fh, *, bbox_inches_restore=None):
777777
%% Make sure the required packages are loaded in your preamble
778778
%% \\usepackage{pgf}
779779
%%
780-
%% Also ensure that all the required font packages are loaded; for instance,
781-
%% the lmodern package is often necessary when using math font.
780+
%% Also ensure that all the required font packages are loaded; for instance,
781+
%% the lmodern package is sometimes necessary when using math font.
782782
%% \\usepackage{lmodern}
783783
%%
784784
%% Figures using additional raster images can only be included by \\input if

tutorials/text/pgf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,9 @@
189189
190190
* Various math font are compiled and rendered only if corresponding font
191191
packages are loaded. Specifically, when using ``\mathbf{}`` on Greek letters,
192-
the default computer modern font may not contain them, in which case such font
193-
is not rendered. Is such scenarios, the ``lmodern`` package may be loaded.
192+
the default computer modern font may not contain them, in which case such
193+
font is not rendered. Is such scenarios, the ``lmodern`` package should be
194+
loaded.
194195
195196
* If you still need help, please see :ref:`reporting-problems`
196197

0 commit comments

Comments
 (0)