284

In the past — or at least, when I was in elementary school — periods/full stops were followed by two spaces. Lately, it's become more and more common to see just one space. In the modern world, should we still use two spaces between sentences, or is just one okay? Does it depend on the situation? Or are both acceptable, with the choice simply coming down to personal preference?

herisson
  • 81,803
Pops
  • 5,975
  • 96
    On the web, if you want two spaces after periods, you need to insert non-breaking space characters or entities ( ). Since this is such an effort, one space after periods has become the de facto standard on the web. You can type in as many spaces as you please in the HTML, but it will only ever display as a single space. – nohat Sep 04 '10 at 21:21
  • FWIW I have no problem with typing entities in per se. I do — for em dashes so often it barely me takes longer than a single regular keystroke does. – Pops Sep 05 '10 at 16:22
  • 45
    I call "false dichotomy" on the whole thing. See @ShreevatsaR 's answer below. There seems to be a confusion between two separate things: A) Should, I as a writer manually enter 2 spaces (i.e. two strokes on the keyboard) between sentences. B) Should there be a larger space between sentences. I agree that the answer to A) should be "no", however, the fact that people preferred 2 spaces over 1 during monospaced fonts seems to indicate that a larger space is more visually appealing. i.e, the answer to B) should be "yes". As to "how to do it...." well that's a separate issue. – Yossi Farjoun Oct 30 '10 at 16:11
  • 6
    @Yossi: I take issue with "the fact that people preferred 2 spaces over 1 during monospaced fonts seems to indicate that a larger space is more visually appealing". It's not a universal "fact", quite the opposite, there's a some missing before the people. Preferring two spaces over one is called English spacing for a reason. You could just as boldly state the exact opposite thing, and you would be just as correct (or wrong): it's a fact that people preferred one space over two during monospaced fonts (which is called the French spacing). – RegDwigнt Nov 03 '10 at 14:41
  • 7
    @RegDwight: I agree. I intended to say the sentence with "some". However, the point that should be taken that there must be some benefit in this custom. This is a point that I feel was overlooked in the rush to discuss the merits and follies of hitting that space-key twice (which should be an irrelevant point with modern typesetting programs). – Yossi Farjoun Nov 03 '10 at 15:24
  • @RegDwight: It may hold on more in England, I still type with a double space and I am not that old. Most young people I know do so, at least when typing formally for letters, documents, etc. That is still taught as correct style, proportional font or not. – Orbling Jan 14 '11 at 22:19
  • 6
    @Lord Torgamus: Instead of —, you can just say — . – Joey Adams Jan 17 '11 at 02:32
  • 1
    @Lord Torgamus: In elementary school were you using a word processor, a typewriter, or a pen? – hippietrail May 21 '11 at 16:11
  • 2
    @hippie, yes, I was. – Pops May 21 '11 at 22:17
  • 1
    @Lord Torgamus: In that case, two spaces when using a pen, one space otherwise d-; – hippietrail May 22 '11 at 04:27
  • 2
    I wasn't even aware of this rule at all. Mind you, I'm 28 years old and Norwegian. Is this an English thing, or is it an earlier rule in other languages as well? – runaros Sep 05 '10 at 09:20
  • 2
    Interestingly, I was taught one space all throughout grade school, and even in college. And yes, I am old enough to have written on typewriters. In the workplace was the first time I saw two spaces, and I thought it was a typo (or misbehaving space bar). I wonder if this was regional? – Mark Thomas Nov 19 '12 at 14:28
  • Another interesting article on the history of the subject with some pre-typewriter printed excerpts: http://widespacer.blogspot.com/2014/03/one-or-two-spaces-after-period-how.html – CJBS Mar 25 '14 at 19:54
  • 1
    @CJBS: I may be reactionary, but I would argue that developments in computer typography should have pushed things in the direction of two spaces, since it would allow the end of a sentence marked by a full stop and two periods to be distinguished from an abbreviation which occurs in the middle of a sentence and is followed by a proper noun, and since typographic software could make use of that information in deciding how to render text. – supercat May 01 '14 at 00:30
  • 1
    @supercat That sounds like squashing a fly with a mallet: the scenario mentioned sounds like an edge-case, and to format all text in this way for just to handle this case, to me, is overkill. Edge cases like this can be handled by software as edge-cases. – CJBS May 01 '14 at 00:40
  • 2
    @CJBS: If text is entered using the historical two-spaces convention, then software will be able to render it, correctly, in either the Linotype or hand-set style. Text entered with just one space after a period will not contain all the information necessary for correct typesetting in the hand-set style. I see no reason to deliberately use a less-expressive format than needed unless one is trying to e.g. optimize storage efficiency, which today would be an uncommon edge case. – supercat May 01 '14 at 01:34
  • @CJBS: For someone whose natural rhythm would be to use one space after a full stop, I'm not sure there would be a compelling case to switch to two, but I see even less reason for someone whose natural rhythm would be two spaces to switch to one. BTW, I wonder if anyone noticed when the wider space after full stops started disappearing? Looking through older books, one can notice a pretty clear difference in style. – supercat May 01 '14 at 01:36
  • @supercat Try typing the following, sans-quotes, into MS Word: "I like Mr. Smith. I like Mister. Smith." -- The grammar engine underlines Smith at the very end, as it deems it a fragment. It correctly interprets "Mr." as an abbreviation, rather than, say, a short proper noun at the end of the sentence (hence the first Smith isn't underlined). Regardless of the way that data is entered into a system (e.g. author creating a story), it can still be formatted with two spaces later if desired. – CJBS May 01 '14 at 17:04
  • 2
    Some abbreviations may legitimately end a sentence. "I like the Carl's Jr. Double Western Bacon Cheesebergers rock." Is the appreciation for a commemorative stone depicting a sandwich, or for a particular restaurant facility and a sandwich that it serves? I would think the same argument that HTML tags should be based upon semantics rather than default appearance would be equally applicable to sentence spacing: whether or not they will render differently, an abbreviation which does not end a sentence is semantically different from one which does, and should thus be represented differently. – supercat May 01 '14 at 17:16
  • @supercat perhaps you would be interested in another of my questions: How much punctuation is appropriate when ending a sentence with a full-sentence quotation? – Pops May 01 '14 at 17:22
  • @Pops: Punctuation in quotation marks can be tricky. Think of commas and sentence-ending periods as "boring" punctuation, and exclamation marks and quotation marks as "interesting". Unless interesting punctuation appears both inside and outside, one piece of punctuation will be kept and it will go inside unless either it's interesting and originates outside, or nothing belongs inside. – supercat May 01 '14 at 20:26
  • It's interesting to read the references claiming that 1 space is more visually appealing and readable than two. I find it the other way around. To each, their own. – End Anti-Semitic Hate Jul 26 '16 at 17:51

16 Answers16

202

Actually, I feel a few of the other answers here (and even the question) are a bit simplistic: there's more to this issue than is indicated by the latest editions of the Chicago Manual of Style or Bringhurst's The Elements of Typographic Style. In lieu of a very long answer, let me point to the (long) Wikipedia articles on exactly this issue:


My (inadequate) summary would be something like the following:

  • The traditional typesetters' convention was to use a (single) longer space between sentences than between words. For instance, CMoS 1911 still recommends a 3-em space between words and an em-quad between sentences.

  • With the introduction of the typewriter (invented in the late 19th century), many typographical niceties were lost: the typewriters produced monospaced (fixed-width) text, and the only choice was between one space and two. Many people felt a single space wasn't sufficient to see the gap between sentences at a glance, so double spacing came into vogue.

  • Today, with proportional (variable-width) fonts, two spaces is no longer necessary, and can look distractingly too wide. Modern tools allow more choice than between exactly "one space" or two. In particular, TeX and LaTeX have got it right since the 1980s: they typeset a slightly longer space between sentences (though this can be turned off). HTML ignores multiple consecutive spaces anyway. (Sometimes fonts try to be smart and have the period character itself have a wider space following it, but this isn't ideal: there can be periods within a sentence, because of abbreviations etc.)


Even shorter summary (my opinion):
Don't use two spaces unless you're using a fixed-width font like a typewriter. If forced to choose only between one space and two, choose one. But if your typesetting system supports it, have a wider space between sentences.

ShreevatsaR
  • 27,572
  • 5
    On your last bullet, I'd say even more to the point is that word processing software is quite capable of detecting the end-of-sentence condition itself and inserting however much space it feels should be there (typically selectable by the user). Fighting it by adding another space yourself is just going to cause you problems. – T.E.D. Apr 03 '12 at 16:45
  • 3
    Are you sure, Mr. T.E.D., that's it's not possible to have periods and capital letters in the middle of sentences? It would seem more helpful to the word processing software to have an explicit end-of-sentence indicator, which it can then render correctly, as in TeX. – endolith Sep 21 '12 at 14:29
  • 3
    +1 for the good and differentiated summary, even though I couldn't disagree more with your opinion. I find TeX's default behaviour most ugly and typing \frenchspacing is among the first things I do for a new document. – Christian Mar 15 '13 at 15:19
  • 8
    @T.E.D.: I would argue the opposite: if sentences are marked with a full stop and two spaces, software can separately and consistently control word space and sentence space with 100% accuracy. If sentences are marked with a period and one space, unless other markup is used in ambiguous situations, I see no way a computer could possibly resolve ambiguities. There are cases where a sentence could parse correctly with a period marking a mid-sentence abbreviation or end of sentence, but would mean different things in either case. Only Linotype-style spacing would make such sentences problematical. – supercat May 01 '14 at 01:59
  • 11
    "Richard Smith decided to purchase Acme Inc. Robo-Vacuums and Auto-Cleaner really piqued his interest." Using pre-Linotype typography, the sentence would read one way with a small space after "Inc." and another way with a large space. Using Linotype spacing, I don't know how one would tell which way is correct, and can't imagine a computer could possibly figure it out either unless it knew what Mr. Smith actually did. – supercat May 01 '14 at 02:18
  • 1
    [[@supercat, may I borrow the first line of your comment for my collection of amphiboles ( <punctuation group)]] – Hugh May 21 '15 at 13:59
  • 3
    I've been using one space for a while now, but the situation appears to be even more complicated than you describe. http://www.heracliteanriver.com/?p=324 – cp.engr Dec 09 '15 at 20:11
  • @cp.engr Yes that's a good post. I've long (as in, for years) been meaning to write another answer to this question. William Morris is part of the answer, as is https://english.stackexchange.com/questions/3602/is-there-a-historical-trend-towards-shorter-sentences – ShreevatsaR Dec 09 '15 at 20:56
  • Also important: http://abovethelaw.com/2017/03/in-defense-of-space-the-extra-one-after-a-period/ – Pacerier May 15 '17 at 15:40
  • Actually, hypertext markup language allows multiple consecutive spaces with escape characters, and they can be of varying widths as well. Thin spaces, en spaces, em spaces and non-breaking spaces (which are normal width) can all be used, if you really need to have the words set an exact distance apart from the period. I imagine an even more elegant solution might be achieved with C.S.S., but I do not know for certain. – Tonepoet Jun 23 '17 at 00:02
  • I had a question on whether we need to use space before and after '-'. But I guess it's not required (from the instances of '-' usage in your answer). :) – vineeshvs Sep 16 '19 at 10:29
  • 1
    The biggest benefit to using two spaces after the end of a sentence can be to distinguish it from abbreviations. For example, this sentence: "Look at all the pens, pencils, etc. I put in the bottom drawer." Notice how I have a period followed by a space and then a capitalized word, but it is NOT the end of a sentence? Wouldn't it be more clear that I wasn't starting a new sentence after "etc." if I put two spaces after the period when I was starting a new sentence? – Robert Bradley Jan 02 '23 at 17:48
  • "Don't use two spaces unless you're using a fixed-width font like a typewriter": since most proportionally spaced text displays the same regardless of whether there are one or two spaces, it seems to me that the rule should be "use two spaces because then the text will be rendered correctly in any case." @RobertBradley I agree 100% -- I get tripped up by this at least every couple of months, and there is no case where having extra space between sentences creates ambiguity that is resolved by removing it. – phoog Jul 13 '23 at 10:49
76

Both are still acceptable, though the two-space style has been falling out of favor with the advent of variable-width fonts.

From Common Errors:

However, when justified variable-width type is set for printing it has always been standard to use only one space between sentences. Modern computers produce type that is more like print, and most modern styles call for only one space after a period.

The Chicago Manual of Style agrees in these two Q&A segments: http://www.chicagomanualofstyle.org/CMS_FAQ/OneSpaceorTwo/OneSpaceorTwo01.html
http://www.chicagomanualofstyle.org/CMS_FAQ/OneSpaceorTwo/OneSpaceorTwo03.html

The latter states:

The view at CMOS is that there is no reason for two spaces after a period in published work. Some people, however—my colleagues included—prefer it, relegating this preference to their personal correspondence and notes.

So yes, it basically falls to personal preference, but one space is becoming more and more prevalent.

(It's worth noting that all HTML renderers I know of automatically condense multiple spaces into one, so it would actually take some effort to get the double-space style to render on the web.)

mmyers
  • 6,181
52

Robert Bringhurst has this to say about the subject in The Elements of Typographic Style:

2.1.4 Use a single word space between sentences.

In the nineteenth century, which was a dark and inflationary age in typography and type design, many compositors were encouraged to stuff extra space between sentences. Generations of twentieth-century typists were then taught to do the same, by hitting the space character twice after every period. Your typing as well as your typesetting will benefit from unlearning this quaint Victorian habit. As a general rule, no more than a single space is required after a period, a colon or any other mark of punctuation. Larger spaces (e.g., en spaces) are themselves punctuation.

The rule is usually altered, however, when setting classical Latin and Greek, romanized Sanskrit, phonetics or other kinds of texts in which sentences begin with lowercase letters. In the absence of a capital, a full en space (M/2) between sentences will generally be welcome.

Before I first read this many years ago, I had always used two spaces after every period (as I had been instructed by my middle-school typing teacher). Since then, however, I’ve observed that a single space after a period is used in almost all professionally typeset materials (books, magazines, etc.), and I’ve changed my habits.

I continue to use two spaces after a period when writing in a monospace font, because I feel monospaced text is more readable this way, but I use a single space whenever I’m using a proportional font.

SWB
  • 637
  • 4
  • 4
  • Yes, I believe the user of two spaces on typewriters was for readability. – Mark C Nov 24 '10 at 17:31
  • 2
    There's so much that I learnt from my teachers, that I since learned otherwise later in life. Moral of the story: Always question; always be prepared to learn and more importantly unlearn. – Disillusioned Jul 07 '12 at 12:06
  • 1
    Take a look at books published in the early twentieth century or before. Spaces after sentences were much larger than the spaces after abbreviations. It's ironic that a convention stemming from technical limitations of early Linotypes should be declared as the preferred way of doing things in a medium with no such limitations. – supercat May 01 '14 at 02:23
  • I'm not sure I understand the use of 2 spaces in monowidth fonts and 1 space in proportional. Isn't a space larger in monowidth fonts (ie. an em-width) while it's surely less than an em in proportional fonts? – Simon East Jun 17 '14 at 06:17
  • 1
    Thank you for being the only post here to mention the en space (and its place in sentences that start with lowercase letters). This hints at the ambiguity of sentences that start with oddly cased words like "iPhone," which IMHO justifies larger spaces ... which should be en spaces rather than two standard spaces, except that the standard space is slightly shorter than a hyphen and shorter still than an n (and two spaces is shorter than an M). I compromise by ignoring all of that and following SWB's rule based on the font family. – Adam Katz Mar 06 '15 at 02:39
  • With respect to URLs in text (when they are short enough, ~¾ of a line or ~55 chars max, as anything else should be on its own line), I generally try to put these inside a sentence. Otherwise, I'll omit the period and triple space between the URL and the next word in order to notably delineate without ambiguity and without potentially destroying the link. – Adam Katz Mar 06 '15 at 02:43
  • The biggest benefit to using two spaces after the end of a sentence can be to distinguish it from abbreviations. For example, this sentence: "Look at all the pens, pencils, etc. I put in the bottom drawer." Notice how I have a period followed by a space and then a capitalized word, but it is NOT the end of a sentence? Wouldn't it be more clear that I wasn't starting a new sentence after "etc." if I put two spaces after the period when I was starting a new sentence? – Robert Bradley Jan 02 '23 at 17:53
30

It seems that four or so observations have not yet made it into this thread, so let's add them:

  • Much printed writing (magazines, newspapers) is done with full-width left and right aligned text. This induces a natural (or not) length space after the period which is different in size in each sentence. Here the use of double spaces after periods should be avoided.

  • The habit of adding an extra space for visible clarity comes mostly from monospaced fonts. Since about all typewriters used to be monospaced and further in history, type setting used to be monospaced too, the extra space had a benefit. Now many (older?) people still have this habit.

  • In type setting, kerning has always been very important. Kerning is about how much particular letters or punctuation should be apart. A dot should be closer to its preceding letter, double "ff" should be kerned closer than double "dd" for instance and the space before a capital should be larger than a space before a small letter. This automatically introduces a larger space between full stop and first letter in next sentence. Watch closely: a next sentence starting with a quotation character should get a smaller space.

  • With the introduction of computer type writing (not type setting!) and proportional fonts, a heated debate was and is going on about kerning and the inability to add kerning to fonts or the reluctance of font designers to do so. However, in proportional fonts and online editing, one should leave kerning (and thus: spacing) to the rendering engine, whether to paper or to screen. Screen however has limited possibilities, but with text, kerning is on its way back due to better support in text writers and has always been around for professional type setters (LaTeX and some Adobe products).

Conclusion: double space after a full stop is a cosmetic habit of the typewriting age and before, and should not be used in online writing or proportional / kerned writing.

Abel
  • 1,894
  • 13
    Great answer, but a minor quibble: "further in history, type setting used to be monospaced too" is false. The very first printed text, Gutenberg's Bible, was exquisitely typeset, using 290 characters (including ligatures, etc). In fact, typesetting was never monospaced, though the quality did deteriorate starting with the proliferation of mechanical typesetting (invented around 1890 and became widespread by the 1970s, I think) — this deterioration was the chief motivation for Knuth to start TeX, to revive the beauty of hand-typeset hot-metal typography. – ShreevatsaR Nov 03 '10 at 16:13
  • 1
    Examples I've seen of typeset material from pre-Linotype days suggest that typesetters would use an extra-wide space after each sentence, and people using typewriters imitated that using two fixed-sized spaces. I don't think many typesetters would have regarded as proper the use of the same size space after a sentence as after a word. I'd suggest that the proper thing would be for computers to recognize sentence spaces as distinct from word spaces, and the most natural way to enter a sentence space would be as two consecutive presses of the space bar. – supercat May 01 '14 at 02:32
25

I used to be a stickler about this in my own writing and when editing others writing as well, but especially as the computer has taken the place of the typewriter in my writing (showing my age a bit) and as the brevity of Twitter has influenced my other writing (in a good way, mostly) I've come to see the second space as a waste of space.

One nail in the second space's coffin, for me, was watching this video with Microsoft's ex-typography guru, Bill Hill. He says (transcribed):

I single-space after a period. Double-spacing comes from the days when we had typewriters, and the spacing was kind of gross because typewriters are mono-spaced, right? So that came from those days.

I don't know any typographer who does a double-space after a period, the same way no typographer (or nobody who knows anything about type) would ever use underlining as a way of emphasizing, because you break the word shape. Underlining, again, is one of these things that harks back to the days of typewriter (sic), because underlining was the only kind of emphasis you had. But in good typography, in books or magazines or whatever, people use italics or bold for emphasis, not -- never, never, never, never underlining. Underlining is something you do with a pen when you're reading something yourself 'cause it's an emphasis you can do, or something you do with a typewriter because it's the only one you've got, but never in typeset type, it shouldn't be [used].

I used to be an editor, a proof-reader, at a paper in Scotland called "The Scotsman". "The Scotsman" is kind of a weird thing, I used to be a writer there as well; they did this survey once, there was a reading age required to read various newspapers. So they had "The Sun" -- if you're at the reading age of six, I think, you could read "The Sun". The "London Times" I think you needed a reading age of at least eleven. "The Scotsman" you needed a reading age of thirteen; it was kind of the most erudite paper in the country, and they were always incredibly fussy about the typesetting, the way it was done.

So you kind of learn that stuff, and the double-space is kind of ugly, because a space is not a fixed thing, right? Because, you know, once the application has taken the string of characters and then said "OK, I have to break this string here, I really have to hyphenate this word, or route this word down to the next line. OK, now I have to space out, right? And spacing is one of those things that floats like that, so two spaces is compounding the floating-error of one space, so it's not a good thing to use. That's my story and I'm sticking to it.

cori
  • 3,416
  • 5
    +1 for the Bill Hill recording. Someone should transcribe that so it can be useful to more people. – nohat Sep 04 '10 at 21:20
  • seems to be a sound recording rather than a video. –  Sep 05 '10 at 01:27
  • +1 for the video and the description of it as "the nail in the coffin", after three decades, this issue is now closed for me, thank you – Edward Tanguay Sep 05 '10 at 09:02
  • I definitely get a video, but I'm on Windows and it opens in Windows Media Player. Perhaps it's just audio on other platforms. – cori Sep 05 '10 at 12:31
  • @cori when I clicked the video it downloaded an MP3 (using Google Chrome on a Mac) – nohat Sep 05 '10 at 16:58
  • I see a video. Just picture a bearded guy gesticulating a lot. – Michael Petrotta Sep 06 '10 at 05:53
  • 4
    @nohat I transcribed it here; you're welcome to incorporate it into the answer and delete this comment (I can't edit posts) – Michael Mrozek Sep 07 '10 at 00:48
  • 4
    I've just read that transcript. I see no argument there. Just because it's the "house style" at "The Scotsman" is no reason to impose it on the rest of us. – Andrew Stacey Oct 30 '10 at 17:13
  • 7
    @Andrew the argument is that Mr. Hill is an expert in the art and history of typography and he states (correctly) that in the history of typography the standard has always been one space after periods, the two-space rule only ever applied to typewriters, and that modern word processing is much more akin to classical typography, so the rules that applied to classical typography should be followed in word processing. Furthermore, in his role as an expert in typography he states that the spacing created by double spaces is aesthetically and technically objectionable. “The Scotsman” is irrelevant. – nohat Nov 02 '10 at 18:33
  • @nohat: Ah, so I should type things the way I do because Microsoft's expert tells me. That clears that up. – Andrew Stacey Nov 03 '10 at 09:53
  • @Andrew I think it's a bit sophistic to reject Mr. Hill’s argument as him "telling you" to do anything. He provides explanation and justification. You obviously disagree, but you haven't really provided any substantive rebuttal to his arguments. – nohat Nov 03 '10 at 21:10
  • 5
    @nohat: According to cori, this video provides "another nail in the coffin". I've read the transcript and I don't see any argument to rebut there! "Double space" = "underlining" and "it's what we did at 'The Scotsman'" are the best that I can see. Maybe the transcript doesn't carry the full weight of the video so I'm missing something (and @Michael: why a "pre" tag? At least put "white-space: pre-wrap" on it). So I'm afraid that the only argument I can see is "Don't double space because I tell you not to.". Please enlighten me as to what I'm missing. – Andrew Stacey Nov 03 '10 at 21:26
  • 2
    @nohat: You say "he states (correctly) that in the history of typography the standard has always been one space after periods"—but this is quite obviously false! (In the restricted sense of this question, under which "one space" means the interword space.) For most of the history of typography, the standard has been a larger space between sentences. (BTW, "after periods" isn't the same, because you can have periods within sentences.) You can look up, say, the 1911 Chicago Manual of Style I referred to in my answer. (Or just look closely at any old book, really!) – ShreevatsaR Nov 10 '10 at 09:08
  • @shreevatsaR, one larger space, not two spaces each equal to one ordinary interword space. – nohat Nov 10 '10 at 18:51
  • 3
    @nohat: That's what I've always been saying, and that's what Andrew Stacey was also saying, and that's what TeX does too, and that's what the top answers should have said instead of "just one space". (And what the question should have asked about, instead of an irrelevant (your words) "one space or two".) But you have said things like "I find the arguments in favor of no extra space far more compelling, counting arguments from experts, historical tradition…", and the purport of most of your comments has been for no extra space, which is very hard to understand. What historical tradition?! – ShreevatsaR Nov 10 '10 at 18:57
  • @ShreevatsaR: From a standpoint of text rendering, the proper thing is one big space. From the setandpoint of semantics, the proper thing would be a "sentence space" character. From the standpoint of text entry, two consecutive ASCII space characters would seem a perfectly fine representation for a sentence space, and I see no reason why such a digraph couldn't be considered in many contexts as a perfectly fine synonym for a sentence space. – supercat May 01 '14 at 02:36
16

I always thought that an extra space following the period at the end of a sentence and before the start of a new one, as opposed to a single space after a comma or a semicolon, etc. is there to emphasize a slightly longer pause in the rhythm of a language…

And typesetting environments like TEX has always handled that elegantly; only wider-spread applications, like office productivity suites, etc., do not know how to handle it correctly.

Ceesaxp
  • 186
  • 3
15

As aluded to by one of the respondents, the reason (most likely) that a single space has become common place is due to the fact that HTML won't allow two sequential spaces without a bit of special plumbing, so the second space got lost in a lot of online writing. However now that we are used to it I think it's probably here to stay.

My preference would be for two as I find it a good visual cue of a sentence end.

Toby Allen
  • 415
  • 1
  • 4
  • 11
  • 2
    And the period/full-stop isn't enough of a flag for the sentence's end? – cori Sep 05 '10 at 12:34
  • 6
    @cori: It's "enough" in the sense that we can make do with it. I agree with Toby that it is nicer if there is more space between sentences than between words. As another answer points out, we sometimes have periods within sentences as well, and I find it conceptually and visually preferable that a sentence-ending period is followed by more space than an abbreviation-ending one. – John Y Jan 15 '11 at 00:58
13

Without extra space between sentences, how does one tell the difference between (HTML rendering is going to collapse these):

Watch it, Mr. Smith is coming. (one sentence)

Watch it, Mr.  Smith is coming. (two sentences)

disambiguating: (with &amp;nbsp; to force a space)

Watch it, Mr.&nbsp;Smith is coming. (one sentence)

Watch it, Mr.&nbsp;&nbsp;Smith is coming. (two sentences)

i.e.

Watch it, Mister.&nbsp;Smith is coming. (two sentences)
Cade Roux
  • 266
  • 1
    This is a good point, but the unfortunate fact is that most readers will not tell the difference even with extra space. (This is the same old "people are idiots; clarity and logic have no place in English" point that keeps coming up in discussions of English.) – ShreevatsaR Mar 08 '11 at 16:33
  • 4
    With a semicolon or a dash. "Watch it, Mister; Smith is coming." or "Watch it, Mister -- Smith is coming." – Aaron left Stack Overflow Mar 28 '11 at 17:55
  • 8
    Personally, I don't think the slight extra space really makes it obvious that you intend this to be read as two sentences, i.e. the solution doesn't really solve the problem. The real solution is to follow the standard English rule that titles are normally only abbreviated when they immediately precede a name. We don't write, "Watch it, Mr." We write, "Watch it, mister." – Jay Dec 06 '11 at 17:55
  • @ShreevatsaR: Seen in isolation, it is natural to conclude as you did. However, when a whole document follows the two-spaces rule, it becomes immediately obvious. Think of it. – Kris Dec 09 '11 at 08:53
  • @Aaron: OP is not about writing as such, it's only about the typographics. – Kris Dec 09 '11 at 08:54
  • 2
    @Kris: I disagree with your assertion that it's "only about the typographics"; typography has to be considered as a part of how the writing is understood, and cannot stand alone. In this case, the typography (one space or two) is not enough to make the writing clear, so rewriting with different punctuation is preferred. – Aaron left Stack Overflow Dec 09 '11 at 16:13
  • 3
    The term Mr. is only appropriate as part of a name. On the other hand, one could also talk about the popularity of Carl's Jr. Six Dollar Cheeseburgers--pure deliciousness. Use handset-type spacing and there's no ambiguity. Otherwise, who knows whether the popularity applies to the restaurant or just the burgers? – supercat May 01 '14 at 02:46
11

I dropped my old school days/typewriter habit of typing two spaces after a period after I read about fonts in The Mac is not a Typewriter by Robin Williams. That was way back in 1991.

Robin explained what many have said in previous answers: typewriter monospaced fonts needed the second space to compensate for not being able to use proportional fonts. In typesetting with proportional fonts, using one space after a sentence has always been the norm.

It's a wonderful book and she also points out some other stylistic customs to follow in manuscripts for a professional appearance.

As an amazon.com review says:

What is important for the non professional typist to know [is to] use "smart" quotes, don't space twice after a period, italicize instead of underlining, create a long (em) dash by typing [shift + option + -]

I find it very odd that there are apparently so many folks who didn't "get the memo" on this even after all these years. Heheh

It's about appearance, not about HTML coding.

LDinSTL
  • 127
  • 4
  • 5
    +1 for The Mac is not a Typewriter. That’s the book that convinced me to not do two spaces oh so many years ago. Showed that book to my high school freshman English teacher and he got all mad and said “in *MY* class you put two spaces after periods”. That class (c. 1994) was the last time I typed two spaces after periods. – nohat Sep 05 '10 at 17:03
  • 1
    Brilliant. I've showed the book to many over the years. Some because they were cranky and didn't believe me (like your teacher) and others because I knew they would appreciate it. ;-) – LDinSTL Sep 06 '10 at 08:23
  • 1
    The norm for mechanically-typeset type is for a sentence to be followed by a word space. Before that, the norm was for sentences to be followed by a much wider space. Is there any reason a 21st-centry computer should be limited to the typography of an early-1900's Linotype? – supercat May 01 '14 at 02:41
  • 1
    Oh, the irony! A lack of smart quotes around the phrase referencing them! :-) – End Anti-Semitic Hate Jul 26 '16 at 17:48
  • Text such as the following are equally ambiguous in proportionally spaced fonts: She doesn't trust the B.B.C. News reports about spaghetti are an exception. ... Until you get to the end, realize it's not a grammatical sentence, and determine that it's two sentences, one ending with B.B.C. and the next starting with News. This is far less likely to happen with a rule providing for extra spacing between sentences. – phoog Jul 13 '23 at 10:37
9

LaTeX handles this in the most aesthetically pleasing way. This typesetting software uses somewhere between a space and a space and a half for intra-sentence spaces.

D W
  • 283
  • The long explanation and hints on LaTeX commands are given at https://tex.stackexchange.com/questions/4705/double-space-between-sentences/4706. – koppor Jan 28 '18 at 07:54
6

Farhad Manjoo has a great article on "Why you should never, ever use two spaces after a period."

Mr. Manjoo claims that:

Every modern typographer agrees on the one-space rule.

While the two-space rule was adopted during the typewriter era of monospaced fonts, it should go the way of the dodo bird given the adoption of proportional fonts.

Because we've all switched to modern fonts, adding two spaces after a period no longer enhances readability, typographers say. It diminishes it.

Personally, I have converted to the one-space rule even when using a monospaced font. I agree with Mr. Manjoo that:

But I actually think aesthetics are the best argument in favor of one space over two. One space is simpler, cleaner, and more visually pleasing (it also requires less work, which isn't nothing).

  • 2
    Type-writer sentence spacing is closer to the sentence spacing used by hand type setters than than is the "modern" style where sentences run together visually. – supercat May 01 '14 at 02:47
  • "More visually pleasing" is subjective (and Mr. Manjoo has no claim to authority in that realm). Single spaces are also more ambiguous, which is not subjective. The claim that it detracts from readability is not supported by evidence. – phoog Jul 13 '23 at 10:39
4

For most uses, there's no need for a double space.

A well defined font will handle the spacing between characters with kerning, and adding a double space should be unnecessary. If the font you use has such poor kerning that you can't see the period or sentence structure without two spaces, just use a better font. For normal prose, it's just something you shouldn't need to worry about.

Of course, if you're composing concrete poetry or advertising copy, you may have to worry after all.

Tim
  • 157
  • 1
4

When using a word processor, my father inserts a line break after every line (and two between paragraphs). Needless to say, it messes up word wrapping. Two spaces after each period is similar -- a useless anachronism from the bad old typewriter days.

dbkk
  • 718
  • 3
  • 6
3

In sixth grade I was told the proper way to finish a sentence was with 2 spaces after a period and the majority of people think it looks cleaner as well.

Zoe
  • 79
2

Others have discussed the typographical issues; I have nothing to add there.

Two spaces are a pain on computers because they require extra, special logic rules for the computer to process correctly. It's not just HTML: two spaces were a pain for the earliest word processors. When the computer sees two spaces, it doesn't know if it's the end-of-sentence rule, or if the user is trying to make columns line up or do some other special formatting. It requires some extra logic when you get to the end of a line: if a line ends with the end of a sentence, we don't want to leave an extra gap at the end of that line, making it uneven with lines above and below, and we don't want to carry the space down to the next line. Etc. Of course writers of word processing software have long since come up with solutions to these problems, but in the early days it could be an issue.

Yes, I was taught this rule in typing class too, back in the 1970's. I think it was simply an unnecessary, nuisance rule back then, and more so now. It's one of those rules that is mostly followed because it is a rule rather than because there is any good reason for it.

Jay
  • 36,223
  • 1
    Possibly because of the first sentence? Or maybe that your argument is unattributed? – user867 May 27 '13 at 04:24
  • If a program is supposed to set type to match pre-Linotype conventions, it must be able to distinguish sentence breaks from abbreviations. Such processing would be easiest if sentences were followed by a "sentence space" character, but substituting such a character for a pair of spaces after a punctuation mark is pretty trivial. There is no other way to handle such things 100% consistently without requiring markup in ambiguous cases, and I can't think of any markup easier than simply using two spaces. – supercat May 01 '14 at 02:51
  • @supercat Interesting thought. So okay, "etc. " (one space) is an abbreviation but "blah blah. " (two spaces) is the end of a sentence. I suppose if you're doing full justification, for example, you'd want to add more space after a sentence than after an abbreviation. That's not 100%, though, as someone could use spaces to line up columns, for example. – Jay May 01 '14 at 12:05
  • @Jay: In general, if text is used to line up columns it will be pretty obvious that they're going beyond the normal single and double spaces. In any case, I don't know how a text-to-speech engine would know how to distinguish "Fred bought a Carl's Jr. Double Western Bacon Cheeseburgers rock." from "Fred bought a Carl's Jr. _ Double Western Bacon Cheeseburgers rock." without a space to indicate whether Fred bought a rock or a restaurant. – supercat May 01 '14 at 12:34
2

You should separate sentences with one space, not two.

The reasoning is simple. The AP and MLA handbooks state that you should include only one space. If you include two, you will be marked down.

Submissions guidelines from most publishers ask for a single space.